PERFORCE change 154087 for review
Marko Zec
zec at FreeBSD.org
Thu Dec 4 16:36:27 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=154087
Change 154087 by zec at zec_tca51 on 2008/12/05 00:36:00
Unbreak GENERIC kernel build.
Affected files ...
.. //depot/projects/vimage-commit2/src/sys/net/if_ethersubr.c#16 edit
.. //depot/projects/vimage-commit2/src/sys/netinet/ip_fw.h#13 edit
.. //depot/projects/vimage-commit2/src/sys/netinet/sctp_os_bsd.h#18 edit
Differences ...
==== //depot/projects/vimage-commit2/src/sys/net/if_ethersubr.c#16 (text+ko) ====
@@ -71,6 +71,7 @@
#include <netinet/if_ether.h>
#include <netinet/ip_fw.h>
#include <netinet/ip_dummynet.h>
+#include <netinet/vinet.h>
#endif
#ifdef INET6
#include <netinet6/nd6.h>
==== //depot/projects/vimage-commit2/src/sys/netinet/ip_fw.h#13 (text+ko) ====
@@ -28,6 +28,8 @@
#ifndef _IPFW2_H
#define _IPFW2_H
+#include <sys/rwlock.h>
+
/*
* The default rule number. By the design of ip_fw, the default rule
* is the last one, so its number can also serve as the highest number
==== //depot/projects/vimage-commit2/src/sys/netinet/sctp_os_bsd.h#18 (text+ko) ====
@@ -68,6 +68,7 @@
#include <net/if_types.h>
#include <net/if_var.h>
#include <net/route.h>
+#include <net/vnet.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>
@@ -96,6 +97,7 @@
#include <netinet6/ip6protosw.h>
#include <netinet6/nd6.h>
#include <netinet6/scope6_var.h>
+#include <netinet6/vinet6.h>
#endif /* INET6 */
More information about the p4-projects
mailing list