summaryrefslogtreecommitdiffstats
path: root/sys/sys/pipe.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-08-14 01:04:43 +0000
committerrwatson <rwatson@FreeBSD.org>2002-08-14 01:04:43 +0000
commit20c1b55c0bf8d21af127bf49d9fa72117edaf7d3 (patch)
treea791b9b95ef595b511f5dc328488dd012c3d9e24 /sys/sys/pipe.h
parentf5d2a2635e0a7c0dcdaee153712bb59e5e08561d (diff)
downloadFreeBSD-src-20c1b55c0bf8d21af127bf49d9fa72117edaf7d3.zip
FreeBSD-src-20c1b55c0bf8d21af127bf49d9fa72117edaf7d3.tar.gz
Move to a nested include of _label.h instead of mac.h in sys/sys/*.h
(Most of the places where mac.h was recursively included from another kernel header file. net/netinet to follow.) Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Suggested by: bde
Diffstat (limited to 'sys/sys/pipe.h')
-rw-r--r--sys/sys/pipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/pipe.h b/sys/sys/pipe.h
index 6b501d6..edbb388 100644
--- a/sys/sys/pipe.h
+++ b/sys/sys/pipe.h
@@ -28,7 +28,7 @@
#include <sys/time.h> /* for struct timespec */
#include <sys/selinfo.h> /* for struct selinfo */
#include <vm/vm.h> /* for vm_page_t */
-#include <sys/mac.h> /* for struct label */
+#include <sys/_label.h> /* for struct label */
#include <machine/param.h> /* for PAGE_SIZE */
#endif
OpenPOWER on IntegriCloud