From b635bc92d16f538b2ea949580f55c86532d84843 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 13 Apr 2006 16:53:15 +0000 Subject: [PATCH] Got rid of inet_ntoa -> rep_inet_ntoa tom-foolery because rsync doesn't use inet_ntoa() anymore. --- rsync.h | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.34.1