Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jun 2008 07:29:29 GMT
From:      Julian Elischer <julian@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 143485 for review
Message-ID:  <200806150729.m5F7TTkl062314@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=143485

Change 143485 by julian@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806150729.m5F7TTkl062314>