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.26 (requested by tron in ...
details: https://anonhg.NetBSD.org/src/rev/8ef8ab631425
branches: netbsd-3
changeset: 576629:8ef8ab631425
user: riz <riz%NetBSD.org@localhost>
date: Mon Jul 18 21:06:51 2005 +0000
description:
Pull up revision 1.26 (requested by tron in ticket #565):
Defopt IPSEC_NAT_T.
diffstat:
sys/netinet6/ipcomp_input.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 7eaf5f292d43 -r 8ef8ab631425 sys/netinet6/ipcomp_input.c
--- a/sys/netinet6/ipcomp_input.c Mon Jul 18 21:06:49 2005 +0000
+++ b/sys/netinet6/ipcomp_input.c Mon Jul 18 21:06:51 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ipcomp_input.c,v 1.22.14.1 2005/04/28 10:48:39 tron Exp $ */
+/* $NetBSD: ipcomp_input.c,v 1.22.14.2 2005/07/18 21:06:51 riz Exp $ */
/* $KAME: ipcomp_input.c,v 1.29 2001/09/04 08:43:19 itojun Exp $ */
/*
@@ -35,9 +35,10 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ipcomp_input.c,v 1.22.14.1 2005/04/28 10:48:39 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ipcomp_input.c,v 1.22.14.2 2005/07/18 21:06:51 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