PERFORCE change 20043 for review
Robert Watson
rwatson at freebsd.org
Thu Oct 24 16:21:47 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=20043
Change 20043 by rwatson at rwatson_tislabs on 2002/10/24 09:21:13
Diff reduction: mac.h no longer required for mbuf.h and ucred.h
Affected files ...
.. //depot/projects/trustedbsd/mac/contrib/amd/include/am_defs.h#3 edit
Differences ...
==== //depot/projects/trustedbsd/mac/contrib/amd/include/am_defs.h#3 (text+ko) ====
@@ -360,7 +360,6 @@
* Actions to take if <sys/mbuf.h> exists.
*/
#ifdef HAVE_SYS_MBUF_H
-# include <sys/mac.h>
# include <sys/mbuf.h>
/*
* OSF4 (DU-4.0) defines m_next and m_data also in <sys/mount.h> so I must
@@ -447,8 +446,6 @@
* Actions to take if <sys/ucred.h> exists.
*/
#ifdef HAVE_SYS_UCRED_H
-/* XXX: need something more here */
-#include <sys/mac.h>
# include <sys/ucred.h>
#endif /* HAVE_SYS_UCRED_H */
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