diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-11 01:13:50 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-11 01:13:50 +0000 |
commit | 2dfb7a7a694f1ae62027d8271b82cbc0330092e3 (patch) | |
tree | 9d46d62bcf3183ce14776d303793579a89f36900 /sys/netinet/in_pcb.h | |
parent | 3fb1f485d429477b9ce1b5c60e9905fe306e72e4 (diff) |
Remove ifdef'ed out definitions.
Diffstat (limited to 'sys/netinet/in_pcb.h')
-rw-r--r-- | sys/netinet/in_pcb.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h index dd18e5a24b1..228ebe5ea07 100644 --- a/sys/netinet/in_pcb.h +++ b/sys/netinet/in_pcb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: in_pcb.h,v 1.20 1999/12/27 06:40:38 itojun Exp $ */ +/* $OpenBSD: in_pcb.h,v 1.21 2000/01/11 01:13:49 angelos Exp $ */ /* $NetBSD: in_pcb.h,v 1.14 1996/02/13 23:42:00 christos Exp $ */ /* @@ -66,9 +66,6 @@ */ #include <sys/queue.h> -#if 0 /*KAME IPSEC*/ -#include <netinet6/ipsec.h> -#endif #include <netinet6/ip6.h> #include <netinet6/ip6_var.h> #include <netinet6/icmp6.h> @@ -139,11 +136,6 @@ struct inpcb { int inp_fflowinfo; /* Foreign flowlabel & priority */ int inp_csumoffset; struct icmp6_filter *inp_icmp6filt; -#if 0 /*KAME IPSEC*/ - struct secpolicy *inp_sp; /* security policy. It may not be - * used according to policy selection. - */ -#endif }; struct inpcbtable { |