PERFORCE change 154387 for review

Marko Zec zec at FreeBSD.org
Tue Dec 9 00:22:13 PST 2008


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

Change 154387 by zec at zec_tca51 on 2008/12/09 08:21:36

	Unbreak LINT build.

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/netinet/in_proto.c#8 edit
.. //depot/projects/vimage-commit2/src/sys/netinet6/in6_proto.c#17 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/netinet/in_proto.c#8 (text+ko) ====

@@ -46,6 +46,7 @@
 #include <sys/kernel.h>
 #include <sys/socket.h>
 #include <sys/domain.h>
+#include <sys/proc.h>
 #include <sys/protosw.h>
 #include <sys/queue.h>
 #include <sys/sysctl.h>

==== //depot/projects/vimage-commit2/src/sys/netinet6/in6_proto.c#17 (text+ko) ====

@@ -74,6 +74,7 @@
 #include <sys/param.h>
 #include <sys/socket.h>
 #include <sys/socketvar.h>
+#include <sys/proc.h>
 #include <sys/protosw.h>
 #include <sys/kernel.h>
 #include <sys/domain.h>


More information about the p4-projects mailing list