diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-02-20 13:11:54 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-02-20 13:11:54 +0000 |
| commit | 39e4376ba79d20f9d1b73397d4f20f4e2b0aef25 (patch) | |
| tree | 56208733f5fb239ecb2cfeecb73480137826d771 /sys/dev/fxp | |
| parent | ee16b4300ea715b1dca5c55e37e31b596be10ce5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/fxp')
| -rw-r--r-- | sys/dev/fxp/if_fxp.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index 2e48cc9fa030..bd9346511787 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_fxp.c,v 1.47 1998/01/08 23:42:29 eivind Exp $ + * $Id: if_fxp.c,v 1.48 1998/02/09 06:10:51 eivind Exp $ */ /* @@ -35,7 +35,6 @@ */ #include "bpfilter.h" -#include "opt_inet.h" #include <sys/param.h> #include <sys/systm.h> @@ -48,11 +47,6 @@ #include <net/if_dl.h> #include <net/if_media.h> -#ifdef INET -#include <netinet/in.h> -#include <netinet/if_ether.h> -#endif - #ifdef NS #include <netns/ns.h> #include <netns/ns_if.h> |
