PERFORCE change 33483 for review

Robert Watson rwatson at FreeBSD.org
Sat Jun 21 17:34:58 PDT 2003


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

Change 33483 by rwatson at rwatson_powerbook on 2003/06/21 17:33:58

	Strip include files that don't apply to Darwin currently.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_mac.c#4 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_mac.c#4 (text+ko) ====

@@ -45,33 +45,21 @@
 #include <sys/param.h>
 #include <sys/condvar.h>
 #include <sys/extattr.h>
-#if 0
-#include <sys/imgact.h>
-#endif
 #include <sys/kernel.h>
 #include <sys/lock.h>
 #include <sys/malloc.h>
 #include <sys/mac.h>
-#include <sys/module.h>
 #include <sys/proc.h>
 #include <sys/sbuf.h>
 #include <sys/systm.h>
-#include <sys/sysproto.h>
-#include <sys/sysent.h>
 #include <sys/vnode.h>
 #include <sys/mount.h>
 #include <sys/file.h>
 #include <sys/namei.h>
 #include <sys/socket.h>
-#include <sys/pipe.h>
 #include <sys/socketvar.h>
 #include <sys/sysctl.h>
 
-#include <vm/vm.h>
-#include <vm/pmap.h>
-#include <vm/vm_map.h>
-#include <vm/vm_object.h>
-
 #include <sys/mac_policy.h>
 
 #include <fs/devfs/devfs.h>


More information about the p4-projects mailing list