PERFORCE change 40032 for review
Robert Watson
rwatson at FreeBSD.org
Mon Oct 20 23:21:57 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=40032
Change 40032 by rwatson at rwatson_tislabs on 2003/10/20 16:21:08
Trim includes.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/security/mac/mac_pipe.c#3 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/security/mac/mac_pipe.c#3 (text+ko) ====
@@ -35,51 +35,19 @@
#include "opt_mac.h"
#include <sys/param.h>
-#include <sys/condvar.h>
-#include <sys/extattr.h>
-#include <sys/imgact.h>
#include <sys/kernel.h>
#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/mutex.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 <sys/msg.h>
-#include <sys/msg_msg.h>
-#include <sys/sem.h>
-#include <sys/shm.h>
-#include <posix4/ksem.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>
-
-#include <net/bpfdesc.h>
-#include <net/if.h>
-#include <net/if_var.h>
-
-#include <netinet/in.h>
-#include <netinet/ip_var.h>
-
#include <security/mac/mac_internal.h>
static int mac_enforce_pipe = 1;
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list