aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_cksum.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/in6_cksum.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/in6_cksum.c')
-rw-r--r--sys/netinet6/in6_cksum.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netinet6/in6_cksum.c b/sys/netinet6/in6_cksum.c
index 10fb45169594..19b73fabb204 100644
--- a/sys/netinet6/in6_cksum.c
+++ b/sys/netinet6/in6_cksum.c
@@ -68,8 +68,6 @@
#include <netinet/ip6.h>
#include <netinet6/scope6_var.h>
-#include <net/net_osdep.h>
-
/*
* Checksum routine for Internet Protocol family headers (Portable Version).
*