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:
parent
01abbb4285
commit
c44d84056d
@ -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>
|
||||
|
||||
/*
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user