Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet6 no need for opt_ipsec.h any longer



details:   https://anonhg.NetBSD.org/src/rev/d0fa9a61a079
branches:  trunk
changeset: 550848:d0fa9a61a079
user:      itojun <itojun%NetBSD.org@localhost>
date:      Fri Aug 22 22:05:11 2003 +0000

description:
no need for opt_ipsec.h any longer

diffstat:

 sys/netinet6/udp6_usrreq.c |  10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r 9409f33150db -r d0fa9a61a079 sys/netinet6/udp6_usrreq.c
--- a/sys/netinet6/udp6_usrreq.c        Fri Aug 22 22:00:36 2003 +0000
+++ b/sys/netinet6/udp6_usrreq.c        Fri Aug 22 22:05:11 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: udp6_usrreq.c,v 1.56 2003/08/07 16:33:30 agc Exp $     */
+/*     $NetBSD: udp6_usrreq.c,v 1.57 2003/08/22 22:05:11 itojun Exp $  */
 /*     $KAME: udp6_usrreq.c,v 1.86 2001/05/27 17:33:00 itojun Exp $    */
 
 /*
@@ -62,9 +62,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: udp6_usrreq.c,v 1.56 2003/08/07 16:33:30 agc Exp $");
-
-#include "opt_ipsec.h"
+__KERNEL_RCSID(0, "$NetBSD: udp6_usrreq.c,v 1.57 2003/08/22 22:05:11 itojun Exp $");
 
 #include <sys/param.h>
 #include <sys/malloc.h>
@@ -98,10 +96,6 @@
 #include <netinet6/udp6_var.h>
 #include <netinet6/ip6protosw.h>
 
-#ifdef IPSEC
-#include <netinet6/ipsec.h>
-#endif /* IPSEC */
-
 #include "faith.h"
 #if defined(NFAITH) && NFAITH > 0
 #include <net/if_faith.h>



Home | Main Index | Thread Index | Old Index