[Zrouter-src-freebsd] ZRouter.org: push to FreeBSD HEAD tree
zrouter-src-freebsd at zrouter.org
zrouter-src-freebsd at zrouter.org
Wed Feb 1 10:56:50 UTC 2012
details: http://zrouter.org/hg/FreeBSD/head//rev/0e49bd70bd10
changeset: 318:0e49bd70bd10
user: ray at terran.dlink.ua
date: Wed Feb 01 11:53:00 2012 +0200
description:
Update sys/netipsec
diffstat:
head/sys/netipsec/xform_ipip.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 304c0fd1146a -r 0e49bd70bd10 head/sys/netipsec/xform_ipip.c
--- a/head/sys/netipsec/xform_ipip.c Wed Feb 01 11:52:48 2012 +0200
+++ b/head/sys/netipsec/xform_ipip.c Wed Feb 01 11:53:00 2012 +0200
@@ -1,4 +1,4 @@
-/* $FreeBSD: head/sys/netipsec/xform_ipip.c 223637 2011-06-28 11:57:25Z bz $ */
+/* $FreeBSD: head/sys/netipsec/xform_ipip.c 230442 2012-01-22 02:13:19Z bz $ */
/* $OpenBSD: ip_ipip.c,v 1.25 2002/06/10 18:04:55 itojun Exp $ */
/*-
* The authors of this code are John Ioannidis (ji at tla.org),
@@ -687,7 +687,7 @@
};
#endif /* INET6 && INET */
-#if defined(INET)
+#ifdef INET
/*
* Check the encapsulated packet to see if we want it
*/
More information about the Zrouter-src-freebsd
mailing list