From 269833af78c68552b07703c053fd1c271670c31e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 19 Apr 2000 05:44:43 +0000 Subject: [PATCH] test was the wrong way around --- lib/compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1