From 2db5371d30d5c63fb0fa3e6502cf82520d07a154 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Sun, 15 Jul 2001 19:07:49 -0700 Subject: - (tim) put openssh/openbsd-compat/inet_aton.[ch] back in. (needed by openbsd-compat/fake-getaddrinfo.c) --- openbsd-compat/inet_aton.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 openbsd-compat/inet_aton.h (limited to 'openbsd-compat/inet_aton.h') diff --git a/openbsd-compat/inet_aton.h b/openbsd-compat/inet_aton.h new file mode 100644 index 000000000..9b59cb908 --- /dev/null +++ b/openbsd-compat/inet_aton.h @@ -0,0 +1,12 @@ +/* $Id: inet_aton.h,v 1.4 2001/07/16 02:07:51 tim Exp $ */ + +#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