PERFORCE change 167218 for review

Marko Zec zec at FreeBSD.org
Tue Aug 11 17:51:07 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=167218

Change 167218 by zec at zec_tpx32 on 2009/08/11 17:51:00

	SCTP is not yet compatible with options VIMAGE builds, so
	explicitly disallow building such kernels.

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/netinet/sctp_os_bsd.h#28 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/netinet/sctp_os_bsd.h#28 (text+ko) ====

@@ -78,6 +78,10 @@
 #include <netinet/ip_icmp.h>
 #include <netinet/icmp_var.h>
 
+#ifdef VIMAGE
+#error "SCTP is not yet compatible with VIMAGE."
+#endif
+
 #ifdef IPSEC
 #include <netipsec/ipsec.h>
 #include <netipsec/key.h>


More information about the p4-projects mailing list