make the replacement inet_aton() function independent of
authorAndrew Tridgell <tridge@samba.org>
Mon, 24 Jan 2000 12:02:44 +0000 (12:02 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 24 Jan 2000 12:02:44 +0000 (12:02 +0000)
commit5b5591d8a8974675e8e733afde6c98a399fcb981
tree9ac5dfec0e7445c7b36ff4ce6ab2c9657b159213
parentc55f70218c2f5f292bdef2bb6ecb16408eb35f44
make the replacement inet_aton() function independent of
inet_addr(). Some systems were detecting a missing inet_aton(), but
actually had it and inet_addr() called it, causing infinite recursion
lib/compat.c