diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-03-04 03:34:39 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-03-04 03:34:39 +0000 |
commit | bc211fa91b25bc1298db6757c3a6e7f9f4c0b349 (patch) | |
tree | 8473c1cf115c6d28bc9ed4c059b23fb1f9087f6b /sys/dev/ic | |
parent | 106a9777307ba6018b689c3c81532088854a6bd7 (diff) |
remove vlan header.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/fxp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/fxp.c b/sys/dev/ic/fxp.c index c86ba7faa3b..e322692567a 100644 --- a/sys/dev/ic/fxp.c +++ b/sys/dev/ic/fxp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fxp.c,v 1.75 2006/01/05 21:22:24 brad Exp $ */ +/* $OpenBSD: fxp.c,v 1.76 2006/03/04 03:34:38 brad Exp $ */ /* $NetBSD: if_fxp.c,v 1.2 1997/06/05 02:01:55 thorpej Exp $ */ /* @@ -38,7 +38,6 @@ */ #include "bpfilter.h" -#include "vlan.h" #include <sys/param.h> #include <sys/systm.h> |