summaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2000-03-17 22:05:58 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2000-03-17 22:05:58 +0000
commit2960a5ad7ffdb50b1c237c46e1678fde838e0999 (patch)
tree5c4b38fc39b76546321a11e4b86f2f366202a118 /sys/netinet
parent5e7cc12a259f6027b92f41787eb2eca45791451a (diff)
remove multiple function declarations.
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/if_ether.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c
index 15a70a7e7ee..603e8701ed5 100644
--- a/sys/netinet/if_ether.c
+++ b/sys/netinet/if_ether.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ether.c,v 1.19 1999/11/10 18:48:47 chris Exp $ */
+/* $OpenBSD: if_ether.c,v 1.20 2000/03/17 22:05:57 art Exp $ */
/* $NetBSD: if_ether.c,v 1.31 1996/05/11 12:59:58 mycroft Exp $ */
/*
@@ -103,12 +103,6 @@ static int myip_initialized = 0;
static int revarp_in_progress = 0;
struct ifnet *myip_ifp = NULL;
-static void arptimer __P((void *));
-static void arprequest __P((struct arpcom *, u_int32_t *, u_int32_t *,
- u_int8_t *));
-static void in_arpinput __P((struct mbuf *));
-static void arptfree __P((struct llinfo_arp *));
-static struct llinfo_arp *arplookup __P((u_int32_t, int, int ));
#ifdef DDB
#include <vm/vm.h>