From db0e314c6dbcbfe74c2c669e2e5b6ac63ba0bf0e Mon Sep 17 00:00:00 2001 From: mcr Date: Sun, 17 Oct 1999 21:29:18 +0000 Subject: removed prototype to permit building on NetBSD --- nametoaddr.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'nametoaddr.c') diff --git a/nametoaddr.c b/nametoaddr.c index e3e0952..3c935a4 100644 --- a/nametoaddr.c +++ b/nametoaddr.c @@ -24,7 +24,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/libpcap/nametoaddr.c,v 1.48 1999-10-07 23:46:40 mcr Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/nametoaddr.c,v 1.49 1999-10-17 21:29:18 mcr Exp $ (LBL)"; #endif #include @@ -330,10 +330,6 @@ pcap_ether_hostton(const char *name) } #else -#ifndef sgi -extern int ether_hostton(char *, struct ether_addr *); -#endif - /* Use the os supplied routines */ u_char * pcap_ether_hostton(const char *name) -- cgit v1.2.3