aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/frag6.c
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2006-08-04 21:27:40 +0000
committerBrooks Davis <brooks@FreeBSD.org>2006-08-04 21:27:40 +0000
commit43bc7a9c62fa28bfa59061b28ce0102862a0b224 (patch)
tree8d2ec18b3dc5661b1a620411a3011fe06c385eb7 /sys/netinet6/frag6.c
parent012759b74319a526a54ceaf91c5e2a9ad2beed1a (diff)
downloadsrc-43bc7a9c62fa28bfa59061b28ce0102862a0b224.tar.gz
src-43bc7a9c62fa28bfa59061b28ce0102862a0b224.zip
With exception of the if_name() macro, all definitions in net_osdep.h
were unused or already in if_var.h so add if_name() to if_var.h and remove net_osdep.h along with all references to it. Longer term we may want to kill off if_name() entierly since all modern BSDs have if_xname variables rendering it unnecessicary.
Notes
Notes: svn path=/head/; revision=160981
Diffstat (limited to 'sys/netinet6/frag6.c')
-rw-r--r--sys/netinet6/frag6.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netinet6/frag6.c b/sys/netinet6/frag6.c
index 7bb2e0d1d4ae..883ad2a30129 100644
--- a/sys/netinet6/frag6.c
+++ b/sys/netinet6/frag6.c
@@ -53,8 +53,6 @@
#include <netinet/in_systm.h> /* for ECN definitions */
#include <netinet/ip.h> /* for ECN definitions */
-#include <net/net_osdep.h>
-
/*
* Define it to get a correct behavior on per-interface statistics.
* You will need to perform an extra routing table lookup, per fragment,