Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jul 2007 11:19:42 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 123583 for review
Message-ID:  <200707161119.l6GBJg0q066508@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=123583

Change 123583 by zec@zec_tca51 on 2007/07/16 11:18:57

	Fix to allow for nooptions IPSEC kernel to be compiled.

Affected files ...

.. //depot/projects/vimage/src/sys/netinet/tcp_input.c#17 edit

Differences ...

==== //depot/projects/vimage/src/sys/netinet/tcp_input.c#17 (text+ko) ====

@@ -237,7 +237,9 @@
 #ifdef INET6
 	INIT_VNET_INET6(curvnet);
 #endif
+#ifdef IPSEC
 	INIT_VNET_IPSEC(curvnet);
+#endif
 	struct tcphdr *th;
 	struct ip *ip = NULL;
 	struct ipovly *ipov;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707161119.l6GBJg0q066508>