diff options
author | paul <paul@FreeBSD.org> | 2000-05-14 19:14:41 +0000 |
---|---|---|
committer | paul <paul@FreeBSD.org> | 2000-05-14 19:14:41 +0000 |
commit | ba91f59db82c01480c50f2ee9fe90e87f7f7e0a4 (patch) | |
tree | 652bee5f20e83e593fa99944a45f36e75751f58f /sys/dev/lnc | |
parent | fa6295e001ce275996d229e75d85f2473c92e520 (diff) | |
download | FreeBSD-src-ba91f59db82c01480c50f2ee9fe90e87f7f7e0a4.zip FreeBSD-src-ba91f59db82c01480c50f2ee9fe90e87f7f7e0a4.tar.gz |
Unchain lnc include files.
Diffstat (limited to 'sys/dev/lnc')
-rw-r--r-- | sys/dev/lnc/if_lnc.c | 1 | ||||
-rw-r--r-- | sys/dev/lnc/if_lncvar.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/lnc/if_lnc.c b/sys/dev/lnc/if_lnc.c index d3f1952..2730a5c 100644 --- a/sys/dev/lnc/if_lnc.c +++ b/sys/dev/lnc/if_lnc.c @@ -91,6 +91,7 @@ #include <i386/isa/isa_device.h> #include <dev/lnc/if_lncvar.h> +#include <dev/lnc/if_lncreg.h> struct lnc_softc { struct arpcom arpcom; /* see ../../net/if_arp.h */ diff --git a/sys/dev/lnc/if_lncvar.h b/sys/dev/lnc/if_lncvar.h index 278e71c..54284eb 100644 --- a/sys/dev/lnc/if_lncvar.h +++ b/sys/dev/lnc/if_lncvar.h @@ -33,8 +33,6 @@ * $FreeBSD$ */ -#include <dev/lnc/if_lncreg.h> - /* * Initialize multicast address hashing registers to accept * all multicasts (only used when in promiscuous mode) |