Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Aug 2009 17:51:02 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 167218 for review
Message-ID:  <200908111751.n7BHp2Mq058523@repoman.freebsd.org>

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

Change 167218 by zec@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>



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