Tweaked some whitespace to match the latest version from autoconf.
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index a4b993e..e21410b 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -284,7 +284,6 @@ enum msgcode {
 
 #include <stdarg.h>
 #include <netinet/in.h>
-#include <netinet/ip.h>
 #include <arpa/inet.h>
 #include <netdb.h>
 #include <syslog.h>
@@ -833,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