Catch up with net/if.h changes

This commit is contained in:
gwr 1995-06-27 14:34:32 +00:00
parent 5ad7f31079
commit f872dedb62
1 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_le.c,v 1.21 1995/05/24 20:49:38 gwr Exp $ */
/* $NetBSD: if_le.c,v 1.22 1995/06/27 14:34:32 gwr Exp $ */
/*
* LANCE Ethernet driver
@ -298,10 +298,6 @@ leinit(sc)
register int timo;
u_long a;
/* Address not known. */
if (!ifp->if_addrlist)
return;
s = splimp();
/* Don't want to get in a weird state. */