]> The Tcpdump Group git mirrors - libpcap/commitdiff
removed prototype to permit building on NetBSD
authormcr <mcr>
Sun, 17 Oct 1999 21:29:18 +0000 (21:29 +0000)
committermcr <mcr>
Sun, 17 Oct 1999 21:29:18 +0000 (21:29 +0000)
nametoaddr.c

index e3e09528f6d03bc21a0be7999274344c280f29b0..3c935a45875fba2709ec6e2a95c24c602e4fc666 100644 (file)
@@ -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 <sys/param.h>
@@ -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)