diff options
author | glebius <glebius@FreeBSD.org> | 2012-01-08 13:34:00 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2012-01-08 13:34:00 +0000 |
commit | f99edf0f86987cda4cc1999771966c5abd3bc94e (patch) | |
tree | 2c9f0db1a4c18fd02246fcd38805ef9ff33a326e /sys/net | |
parent | 343f2eb0fe468bcd8464b2e3aaf953f6dae6e5b3 (diff) | |
download | FreeBSD-src-f99edf0f86987cda4cc1999771966c5abd3bc94e.zip FreeBSD-src-f99edf0f86987cda4cc1999771966c5abd3bc94e.tar.gz |
Move arprequest() declaration to if_ether.h.
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/if_llatbl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/net/if_llatbl.c b/sys/net/if_llatbl.c index b19a0a4..559a174 100644 --- a/sys/net/if_llatbl.c +++ b/sys/net/if_llatbl.c @@ -65,9 +65,6 @@ MALLOC_DEFINE(M_LLTABLE, "lltable", "link level address tables"); static VNET_DEFINE(SLIST_HEAD(, lltable), lltables); #define V_lltables VNET(lltables) -extern void arprequest(struct ifnet *, struct in_addr *, struct in_addr *, - u_char *); - static void vnet_lltable_init(void); struct rwlock lltable_rwlock; |