From: Andrew Tridgell Date: Wed, 19 Apr 2000 05:44:43 +0000 (+0000) Subject: test was the wrong way around X-Git-Tag: v2.4.4~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=269833af78c68552b07703c053fd1c271670c31e;p=thirdparty%2Frsync.git test was the wrong way around --- diff --git a/lib/compat.c b/lib/compat.c index e2380e17..1c185d9f 100644 --- a/lib/compat.c +++ b/lib/compat.c @@ -147,7 +147,7 @@ } #endif -#ifndef REPLACE_INET_ATON +#ifdef REPLACE_INET_ATON int inet_aton(const char *cp, struct in_addr *inp) { unsigned int a1, a2, a3, a4;