diff options
author | brooks <brooks@FreeBSD.org> | 2006-08-04 21:27:40 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2006-08-04 21:27:40 +0000 |
commit | bc6ab54808cf20a40cd7ba44043d40db1ec2e78e (patch) | |
tree | 8d2ec18b3dc5661b1a620411a3011fe06c385eb7 /sys/netinet6/in6_gif.c | |
parent | a27569a919b7f3495c9e7e4e943fce36d8380f7b (diff) | |
download | FreeBSD-src-bc6ab54808cf20a40cd7ba44043d40db1ec2e78e.zip FreeBSD-src-bc6ab54808cf20a40cd7ba44043d40db1ec2e78e.tar.gz |
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.
Diffstat (limited to 'sys/netinet6/in6_gif.c')
-rw-r--r-- | sys/netinet6/in6_gif.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netinet6/in6_gif.c b/sys/netinet6/in6_gif.c index a96708d..2d31f38 100644 --- a/sys/netinet6/in6_gif.c +++ b/sys/netinet6/in6_gif.c @@ -68,8 +68,6 @@ #include <net/if_gif.h> -#include <net/net_osdep.h> - static int gif_validate6(const struct ip6_hdr *, struct gif_softc *, struct ifnet *); |