Move to nested include of _label.h instead of mac.h, reducing namespace

pollution.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, NAI Labs
Suggested by:	bde
This commit is contained in:
Robert Watson 2002-08-14 01:37:22 +00:00
parent 01abbb4285
commit c44d84056d
2 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@
#ifndef _NET_BPFDESC_H_
#define _NET_BPFDESC_H_
#include <sys/_label.h>
#include <sys/callout.h>
#include <sys/mac.h>
#include <sys/selinfo.h>
/*

View File

@ -74,7 +74,7 @@ struct socket;
struct ether_header;
#endif
#include <sys/mac.h> /* struct label */
#include <sys/_label.h> /* struct label */
#include <sys/queue.h> /* get TAILQ macros */
#ifdef _KERNEL