From 3b9734c700be8a31dc0966e58abe904b01da6492 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 11 Jul 2000 14:54:22 +1000 Subject: - (djm) Added bsd-inet_aton and configure support for NeXT --- bsd-inet_aton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsd-inet_aton.h') diff --git a/bsd-inet_aton.h b/bsd-inet_aton.h index b8e9674b..ec3c225c 100644 --- a/bsd-inet_aton.h +++ b/bsd-inet_aton.h @@ -4,7 +4,7 @@ #include "config.h" #ifndef HAVE_INET_ATON -int inet_aton(const char *cp, struct in_addr *addr) +int inet_aton(const char *cp, struct in_addr *addr); #endif /* HAVE_INET_ATON */ #endif /* _BSD_INET_ATON_H */ -- cgit v1.2.3