From: Wayne Davison Date: Thu, 13 Apr 2006 16:53:15 +0000 (+0000) Subject: Got rid of inet_ntoa -> rep_inet_ntoa tom-foolery because rsync X-Git-Tag: v2.6.8~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b635bc92d16f538b2ea949580f55c86532d84843;p=thirdparty%2Frsync.git Got rid of inet_ntoa -> rep_inet_ntoa tom-foolery because rsync doesn't use inet_ntoa() anymore. --- diff --git a/rsync.h b/rsync.h index cf48611d..e21410b0 100644 --- 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