From 34e64baa92c059bb1eb075cff5325cde76db9d5d Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 11 Jul 2000 14:46:29 +1000 Subject: - (djm) Added bsd-inet_aton for NeXT --- bsd-inet_aton.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bsd-inet_aton.h (limited to 'bsd-inet_aton.h') diff --git a/bsd-inet_aton.h b/bsd-inet_aton.h new file mode 100644 index 000000000..b8e9674ba --- /dev/null +++ b/bsd-inet_aton.h @@ -0,0 +1,10 @@ +#ifndef _BSD_INET_ATON_H +#define _BSD_INET_ATON_H + +#include "config.h" + +#ifndef HAVE_INET_ATON +int inet_aton(const char *cp, struct in_addr *addr) +#endif /* HAVE_INET_ATON */ + +#endif /* _BSD_INET_ATON_H */ -- cgit v1.2.3