From deacfcc43f968f20c7aa6e99ae077b7036059850 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Fri, 29 Jun 2001 12:32:31 +0000 Subject: - (bal) Removed net_aton() since we don't use it any more --- openbsd-compat/inet_aton.h | 12 ------------ 1 file changed, 12 deletions(-) delete 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 deleted file mode 100644 index aafb7555f..000000000 --- a/openbsd-compat/inet_aton.h +++ /dev/null @@ -1,12 +0,0 @@ -/* $Id: inet_aton.h,v 1.2 2001/02/09 01:55:36 djm 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