summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-10-22 19:07:58 +0000
committerphk <phk@FreeBSD.org>1995-10-22 19:07:58 +0000
commit0104ec6360f83a3a0a79f6dc3ced4d9d28644878 (patch)
tree0cc65857314a30195f751b6b339b7d6c593fd1dc /sys/netinet
parentaee82e6b059caa27860c7fd47b3de6ae488d707a (diff)
downloadFreeBSD-src-0104ec6360f83a3a0a79f6dc3ced4d9d28644878.zip
FreeBSD-src-0104ec6360f83a3a0a79f6dc3ced4d9d28644878.tar.gz
Remove the last trace of arptnew()
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/if_ether.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c
index 8efe707..380fdd4 100644
--- a/sys/netinet/if_ether.c
+++ b/sys/netinet/if_ether.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)if_ether.c 8.1 (Berkeley) 6/10/93
- * $Id: if_ether.c,v 1.18 1995/06/27 20:36:34 wollman Exp $
+ * $Id: if_ether.c,v 1.19 1995/10/05 20:08:39 wollman Exp $
*/
/*
@@ -94,7 +94,6 @@ static void arptfree __P((struct llinfo_arp *));
static void arptimer __P((void *));
static struct llinfo_arp *arplookup __P((u_long, int, int));
static void in_arpinput __P((struct mbuf *));
-static struct llinfo_arp *arptnew __P((struct in_addr *));
struct ifqueue arpintrq = {0, 0, 0, 50};
int arp_inuse, arp_allocated, arp_intimer;
OpenPOWER on IntegriCloud