diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 1999-08-18 22:14:24 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 1999-08-18 22:14:24 +0000 |
| commit | 4b31e9d6a74391876f6e2c83d241491224e49193 (patch) | |
| tree | 6edae49092709c4d1a11ba6c4dc817afbb1104c6 /sys/dev/ie | |
| parent | f04626ff2274035a25143b49034557db4a35dbf7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ie')
| -rw-r--r-- | sys/dev/ie/if_ie.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c index 0cfa9dd1b7bb..5c643ca3d143 100644 --- a/sys/dev/ie/if_ie.c +++ b/sys/dev/ie/if_ie.c @@ -47,7 +47,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ie.c,v 1.61 1999/07/06 19:22:49 des Exp $ + * $Id: if_ie.c,v 1.62 1999/08/18 06:11:59 mdodd Exp $ */ /* @@ -121,10 +121,14 @@ iomem and and with 0xffff. #include <sys/sockio.h> #include <sys/syslog.h> +#include <net/ethernet.h> #include <net/if.h> #include <net/if_types.h> #include <net/if_dl.h> +#include <netinet/in.h> +#include <netinet/if_ether.h> + #include "bpf.h" #include <machine/clock.h> @@ -2243,7 +2247,6 @@ ie_stop(int unit) static int ieioctl(struct ifnet *ifp, u_long command, caddr_t data) { - struct ifreq *ifr = (struct ifreq *) data; int s, error = 0; s = splimp(); |
