Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Dec 2006 18:00:31 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 111034 for review
Message-ID:  <200612041800.kB4I0VtE081639@repoman.freebsd.org>

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

Change 111034 by millert@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:
  *



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