Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2002 09:25:56 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 19892 for review
Message-ID:  <200210221625.g9MGPuDK013152@repoman.freebsd.org>

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

Change 19892 by rwatson@rwatson_tislabs on 2002/10/22 09:25:46

	mac.h no longer required here.

Affected files ...

.. //depot/projects/trustedbsd/mac/lib/libc/gen/getmntinfo.c#4 edit
.. //depot/projects/trustedbsd/mac/lib/libc/gen/getpeereid.c#5 edit

Differences ...

==== //depot/projects/trustedbsd/mac/lib/libc/gen/getmntinfo.c#4 (text+ko) ====

@@ -38,7 +38,6 @@
 __FBSDID("$FreeBSD: src/lib/libc/gen/getmntinfo.c,v 1.4 2002/02/01 00:57:29 obrien Exp $");
 
 #include <sys/param.h>
-#include <sys/mac.h>
 #include <sys/ucred.h>
 #include <sys/mount.h>
 #include <stdlib.h>

==== //depot/projects/trustedbsd/mac/lib/libc/gen/getpeereid.c#5 (text+ko) ====

@@ -29,7 +29,6 @@
 
 #include <sys/param.h>
 #include <sys/socket.h>
-#include <sys/mac.h>
 #include <sys/ucred.h>
 #include <sys/un.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?200210221625.g9MGPuDK013152>