Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2002 09:21:47 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20043 for review
Message-ID:  <200210241621.g9OGLlX2009105@repoman.freebsd.org>

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

Change 20043 by rwatson@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@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?200210241621.g9OGLlX2009105>