PERFORCE change 143485 for review

Julian Elischer julian at FreeBSD.org
Sun Jun 15 07:29:30 UTC 2008


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

Change 143485 by julian at julian_trafmon1 on 2008/06/15 07:28:35

	Files that need to include vimage.h

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/arm/arm/genassym.c#2 edit
.. //depot/projects/vimage-commit2/src/sys/security/mac/mac_inet.c#4 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/arm/arm/genassym.c#2 (text+ko) ====

@@ -32,6 +32,7 @@
 #include <sys/assym.h>
 #include <sys/proc.h>
 #include <sys/mbuf.h>
+#include <sys/vimage.h>
 #include <sys/vmmeter.h>
 #include <vm/vm.h>
 #include <vm/pmap.h>

==== //depot/projects/vimage-commit2/src/sys/security/mac/mac_inet.c#4 (text+ko) ====

@@ -57,6 +57,7 @@
 #include <sys/socket.h>
 #include <sys/socketvar.h>
 #include <sys/sysctl.h>
+#include <sys/vimage.h>
 
 #include <net/if.h>
 #include <net/if_var.h>


More information about the p4-projects mailing list