Now that this driver uses ether_ioctl(), it no longer needs
the INET related include files.
This commit is contained in:
parent
19f018fb83
commit
13cf779d54
@ -41,7 +41,6 @@
|
||||
* and ask it to send them.
|
||||
*/
|
||||
|
||||
#include "opt_inet.h"
|
||||
#include "opt_vlan.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -66,11 +65,6 @@
|
||||
#include <net/if_types.h>
|
||||
#include <net/if_vlan_var.h>
|
||||
|
||||
#ifdef INET
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/if_ether.h>
|
||||
#endif
|
||||
|
||||
#define VLANNAME "vlan"
|
||||
#define VLAN_DEF_HWIDTH 4
|
||||
#define VLAN_IFFLAGS (IFF_BROADCAST | IFF_MULTICAST)
|
||||
|
Loading…
Reference in New Issue
Block a user