diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-08 03:53:48 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-08 03:53:48 +0000 |
commit | 56031ed6b75caadd912f58b2f6ab2336cd1c7757 (patch) | |
tree | 063f0eeb4fbd986d6c0b698f482545b0b5bc1fae /sys/netinet/ip_ecn.c | |
parent | 770fa01639d7722a906459df7780123cd3b62229 (diff) |
Cut down on include files.
Diffstat (limited to 'sys/netinet/ip_ecn.c')
-rw-r--r-- | sys/netinet/ip_ecn.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/netinet/ip_ecn.c b/sys/netinet/ip_ecn.c index 1d9ee292b28..3664e847255 100644 --- a/sys/netinet/ip_ecn.c +++ b/sys/netinet/ip_ecn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ecn.c,v 1.2 2001/02/16 08:48:04 itojun Exp $ */ +/* $OpenBSD: ip_ecn.c,v 1.3 2001/06/08 03:53:45 angelos Exp $ */ /* $KAME: ip_ecn.c,v 1.9 2000/10/01 12:44:48 itojun Exp $ */ /* @@ -35,15 +35,9 @@ * http://www.aciri.org/floyd/papers/draft-ipsec-ecn-00.txt */ -#if (defined(__FreeBSD__) && __FreeBSD__ >= 3) || defined(__NetBSD__) -#include "opt_inet.h" -#endif - #include <sys/param.h> #include <sys/systm.h> -#include <sys/malloc.h> #include <sys/mbuf.h> -#include <sys/errno.h> #ifdef INET #include <netinet/in.h> |