mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
- Make sure we include <sys/kernel.h> to pick up the definitions of DATA_SET()
Noticed by: bde
This commit is contained in:
parent
404c835d69
commit
be8e398409
2 changed files with 4 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
* $Id: if_fe.c,v 1.31 1997/10/26 04:53:54 nate Exp $
|
||||
* $Id: if_fe.c,v 1.32 1997/10/26 21:08:41 nate Exp $
|
||||
*
|
||||
* Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards.
|
||||
* To be used with FreeBSD 2.x
|
||||
|
|
@ -74,6 +74,7 @@
|
|||
#include "bpfilter.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/systm.h>
|
||||
|
||||
#include <sys/conf.h>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
* $Id: if_fe.c,v 1.31 1997/10/26 04:53:54 nate Exp $
|
||||
* $Id: if_fe.c,v 1.32 1997/10/26 21:08:41 nate Exp $
|
||||
*
|
||||
* Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards.
|
||||
* To be used with FreeBSD 2.x
|
||||
|
|
@ -74,6 +74,7 @@
|
|||
#include "bpfilter.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/systm.h>
|
||||
|
||||
#include <sys/conf.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue