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

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

Change 12895 by rwatson@rwatson_paprika on 2002/06/14 00:51:13

	Diff reduce.

Affected files ...

... //depot/projects/trustedbsd/mac/sys/i386/linux/imgact_linux.c#4 edit
... //depot/projects/trustedbsd/mac/sys/i386/linux/linux_sysvec.c#8 edit
... //depot/projects/trustedbsd/mac/sys/kern/imgact_elf.c#6 edit
... //depot/projects/trustedbsd/mac/sys/kern/imgact_gzip.c#5 edit
... //depot/projects/trustedbsd/mac/sys/kern/imgact_shell.c#4 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/i386/linux/imgact_linux.c#4 (text+ko) ====

@@ -34,7 +34,6 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/exec.h>
-#include <sys/mac.h>
 #include <sys/imgact.h>
 #include <sys/imgact_aout.h>
 #include <sys/kernel.h>

==== //depot/projects/trustedbsd/mac/sys/i386/linux/linux_sysvec.c#8 (text+ko) ====

@@ -37,7 +37,6 @@
 
 #include <sys/param.h>
 #include <sys/systm.h>
-#include <sys/mac.h>
 #include <sys/imgact.h>
 #include <sys/imgact_aout.h>
 #include <sys/imgact_elf.h>

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

@@ -33,7 +33,6 @@
 #include <sys/param.h>
 #include <sys/exec.h>
 #include <sys/fcntl.h>
-#include <sys/mac.h>
 #include <sys/imgact.h>
 #include <sys/imgact_elf.h>
 #include <sys/kernel.h>

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

@@ -23,7 +23,6 @@
 
 #include <sys/param.h>
 #include <sys/exec.h>
-#include <sys/mac.h>
 #include <sys/imgact.h>
 #include <sys/imgact_aout.h>
 #include <sys/kernel.h>

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

@@ -27,7 +27,6 @@
  */
 
 #include <sys/param.h>
-#include <sys/mac.h>
 #include <sys/systm.h>
 #include <sys/sysproto.h>
 #include <sys/exec.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?200206140752.g5E7qEF04391>