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/udp6_output.c | |
parent | 75509732266590a78449120024a995200067d913 (diff) |
No need for net/net_osdep.h
Diffstat (limited to 'sys/netinet6/udp6_output.c')
-rw-r--r-- | sys/netinet6/udp6_output.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet6/udp6_output.c b/sys/netinet6/udp6_output.c index b7448cd4dde..9348a37f8a8 100644 --- a/sys/netinet6/udp6_output.c +++ b/sys/netinet6/udp6_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: udp6_output.c,v 1.3 2001/02/16 08:19:32 itojun Exp $ */ +/* $OpenBSD: udp6_output.c,v 1.4 2001/06/09 06:43:38 angelos Exp $ */ /* $KAME: udp6_output.c,v 1.21 2001/02/07 11:51:54 itojun Exp $ */ /* @@ -97,8 +97,6 @@ #include "faith.h" -#include <net/net_osdep.h> - /* * UDP protocol inplementation. * Per RFC 768, August, 1980. |