X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/fca3ef06cdb845573b8460a551ad5f90838ef9ca..269833af78c68552b07703c053fd1c271670c31e:/lib/compat.c 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;