Commit b635bc92 authored by Wayne Davison's avatar Wayne Davison

Got rid of inet_ntoa -> rep_inet_ntoa tom-foolery because rsync

doesn't use inet_ntoa() anymore.
parent 146d2228
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment