PERFORCE change 123627 for review

Marko Zec zec at FreeBSD.org
Tue Jul 17 07:51:45 UTC 2007


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

Change 123627 by zec at zec_tca51 on 2007/07/17 07:51:37

	Allow for nooptions VIMAGE + options SCTP kernel to be compiled.

Affected files ...

.. //depot/projects/vimage/src/sys/netinet/sctp_output.c#14 edit

Differences ...

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

@@ -33,8 +33,12 @@
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD: src/sys/netinet/sctp_output.c,v 1.45 2007/07/14 09:36:27 rrs Exp $");
 
+#include "opt_vimage.h"
+
 #include <netinet/sctp_os.h>
 #include <sys/proc.h>
+#include <sys/vimage.h>
+#include <netinet/vinet.h>
 #include <netinet/sctp_var.h>
 #include <netinet/sctp_sysctl.h>
 #include <netinet/sctp_header.h>


More information about the p4-projects mailing list