diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-09 06:43:39 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-09 06:43:39 +0000 |
commit | 5ddbbd9807b495d0890ca9907b336fbf4ec750a6 (patch) | |
tree | 815cd14bcc5d22949999b176687a2e1c93bd90ae /sys/netinet6/ip6_output.c | |
parent | 75509732266590a78449120024a995200067d913 (diff) |
No need for net/net_osdep.h
Diffstat (limited to 'sys/netinet6/ip6_output.c')
-rw-r--r-- | sys/netinet6/ip6_output.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet6/ip6_output.c b/sys/netinet6/ip6_output.c index 6448b194226..0071b2d0922 100644 --- a/sys/netinet6/ip6_output.c +++ b/sys/netinet6/ip6_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip6_output.c,v 1.40 2001/05/30 12:31:09 angelos Exp $ */ +/* $OpenBSD: ip6_output.c,v 1.41 2001/06/09 06:43:38 angelos Exp $ */ /* $KAME: ip6_output.c,v 1.172 2001/03/25 09:55:56 itojun Exp $ */ /* @@ -103,8 +103,6 @@ extern int ipsec_esp_trans_default_level; extern int ipsec_esp_network_default_level; #endif /* IPSEC */ -#include <net/net_osdep.h> - struct ip6_exthdrs { struct mbuf *ip6e_ip6; struct mbuf *ip6e_hbh; |