PERFORCE change 111034 for review

Todd Miller millert at FreeBSD.org
Mon Dec 4 10:00:34 PST 2006


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

Change 111034 by millert at millert_g5tower on 2006/12/04 17:59:56

	Add missing include.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/darwin/xnu/bsd/kern/uipc_socket2.c#6 edit
.. //depot/projects/trustedbsd/sedarwin8/darwin/xnu/bsd/vfs/vfs_cache.c#4 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/darwin/xnu/bsd/kern/uipc_socket2.c#6 (text+ko) ====

@@ -92,6 +92,10 @@
 #include <netinet/in_pcb.h>
 #include <sys/kdebug.h>
 
+#ifdef MAC
+#include <security/mac_framework.h>
+#endif
+
 #define DBG_FNC_SBDROP	NETDBG_CODE(DBG_NETSOCK, 4)
 #define DBG_FNC_SBAPPEND	NETDBG_CODE(DBG_NETSOCK, 5)
 

==== //depot/projects/trustedbsd/sedarwin8/darwin/xnu/bsd/vfs/vfs_cache.c#4 (text+ko) ====

@@ -83,6 +83,10 @@
 #include <sys/kauth.h>
 #include <sys/user.h>
 
+#ifdef MAC
+#include <security/mac_framework.h>
+#endif
+
 /*
  * Name caching works as follows:
  *


More information about the trustedbsd-cvs mailing list