Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jun 2003 17:34:56 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 33483 for review
Message-ID:  <200306220034.h5M0Yu5M050400@repoman.freebsd.org>

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

Change 33483 by rwatson@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>



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