Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/netinet6 Pull up revision 1.48 (requested by tron in ...



details:   https://anonhg.NetBSD.org/src/rev/802dac8e1efb
branches:  netbsd-3
changeset: 576624:802dac8e1efb
user:      riz <riz%NetBSD.org@localhost>
date:      Mon Jul 18 21:06:42 2005 +0000

description:
Pull up revision 1.48 (requested by tron in ticket #565):
Defopt IPSEC_NAT_T.

diffstat:

 sys/netinet6/ah_input.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 16868a4e0866 -r 802dac8e1efb sys/netinet6/ah_input.c
--- a/sys/netinet6/ah_input.c   Mon Jul 18 21:06:41 2005 +0000
+++ b/sys/netinet6/ah_input.c   Mon Jul 18 21:06:42 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ah_input.c,v 1.44.14.1 2005/04/28 10:49:21 tron Exp $  */
+/*     $NetBSD: ah_input.c,v 1.44.14.2 2005/07/18 21:06:42 riz Exp $   */
 /*     $KAME: ah_input.c,v 1.64 2001/09/04 08:43:19 itojun Exp $       */
 
 /*
@@ -35,9 +35,10 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ah_input.c,v 1.44.14.1 2005/04/28 10:49:21 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ah_input.c,v 1.44.14.2 2005/07/18 21:06:42 riz Exp $");
 
 #include "opt_inet.h"
+#include "opt_ipsec.h"
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index