test was the wrong way around
authorAndrew Tridgell <tridge@samba.org>
Wed, 19 Apr 2000 05:44:43 +0000 (05:44 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 19 Apr 2000 05:44:43 +0000 (05:44 +0000)
lib/compat.c

index e2380e1..1c185d9 100644 (file)
 }
 #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;