SCTP is not yet compatible with options VIMAGE kernels although it compiles

with VIMAGE defined, so explicitly disallow building such kernels.

Reviewed by:	rrs
Approved by:	re (rwatson), julian (mentor)
This commit is contained in:
Marko Zec 2009-08-14 22:43:25 +00:00
parent 67addcde86
commit f92ae4d706

View File

@ -78,6 +78,10 @@ __FBSDID("$FreeBSD$");
#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>