PERFORCE change 114885 for review

Todd Miller millert at FreeBSD.org
Fri Feb 23 17:11:32 UTC 2007


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

Change 114885 by millert at millert_macbook on 2007/02/23 17:11:28

	Don't include linux-compat.h in sebsd_syscalls.h now that
	there are no linux bit types used in it.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/sebsd_syscall.c#5 edit
.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/sebsd_syscalls.h#3 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/sebsd_syscall.c#5 (text+ko) ====

@@ -47,6 +47,7 @@
 #include <sys/proc_internal.h>
 
 #include <security/mac_policy.h>
+#include <sedarwin/linux-compat.h>
 #include <sedarwin/sebsd.h>
 #include <sedarwin/sebsd_alloc.h>
 #include <sedarwin/sebsd_syscalls.h>

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/sebsd_syscalls.h#3 (text+ko) ====

@@ -41,8 +41,6 @@
 #ifndef _SEBSD_SYSCALLS_H_
 #define	_SEBSD_SYSCALLS_H_
 
-#include <sedarwin/linux-compat.h>
-
 /*
  * TBD: Should we really try to line up with SELinux?
  */


More information about the p4-projects mailing list