Got rid of inet_ntoa -> rep_inet_ntoa tom-foolery because rsync
authorWayne Davison <wayned@samba.org>
Thu, 13 Apr 2006 16:53:15 +0000 (16:53 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 13 Apr 2006 16:53:15 +0000 (16:53 +0000)
doesn't use inet_ntoa() anymore.

rsync.h

diff --git a/rsync.h b/rsync.h
index cf48611..e21410b 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -832,10 +832,6 @@ void rsyserr(enum logcode, int, const char *, ...)
      __attribute__((format (printf, 3, 4)))
      ;
 
-#ifdef REPLACE_INET_NTOA
-#define inet_ntoa rep_inet_ntoa
-#endif
-
 /* Make sure that the O_BINARY flag is defined. */
 #ifndef O_BINARY
 #define O_BINARY 0