Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2002 00:56:20 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 12898 for review
Message-ID:  <200206140756.g5E7uKi04786@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=12898

Change 12898 by rwatson@rwatson_paprika on 2002/06/14 00:56:08

	Diff reduce.

Affected files ...

... //depot/projects/trustedbsd/mac/sys/kern/sys_socket.c#6 edit
... //depot/projects/trustedbsd/mac/sys/kern/uipc_accf.c#3 edit
... //depot/projects/trustedbsd/mac/sys/kern/uipc_domain.c#5 edit
... //depot/projects/trustedbsd/mac/sys/kern/uipc_mbuf2.c#5 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/kern/sys_socket.c#6 (text+ko) ====

@@ -45,7 +45,6 @@
 #include <sys/stat.h>
 #include <sys/uio.h>
 #include <sys/filedesc.h>
-#include <sys/mac.h>
 #include <sys/ucred.h>
 
 #include <net/if.h>

==== //depot/projects/trustedbsd/mac/sys/kern/uipc_accf.c#3 (text+ko) ====

@@ -34,7 +34,6 @@
 #include <sys/systm.h>
 #include <sys/domain.h>
 #include <sys/kernel.h>
-#include <sys/mac.h>
 #include <sys/malloc.h>
 #include <sys/mbuf.h>
 #include <sys/protosw.h>

==== //depot/projects/trustedbsd/mac/sys/kern/uipc_domain.c#5 (text+ko) ====

@@ -38,7 +38,6 @@
 #include <sys/socket.h>
 #include <sys/protosw.h>
 #include <sys/domain.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/kernel.h>
 #include <sys/socketvar.h>

==== //depot/projects/trustedbsd/mac/sys/kern/uipc_mbuf2.c#5 (text+ko) ====

@@ -71,7 +71,6 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/lock.h>
-#include <sys/mac.h>
 #include <sys/malloc.h>
 #include <sys/mbuf.h>
 #include <sys/mutex.h>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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