From: Andrew Tridgell Date: Wed, 19 Apr 2000 05:44:43 +0000 (+0000) Subject: test was the wrong way around X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/269833af78c68552b07703c053fd1c271670c31e 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;