Sync with net/if.h

This commit is contained in:
pk 1995-06-23 13:19:44 +00:00
parent 67e1e27795
commit ad8e3ed225
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_le.c,v 1.20 1995/04/12 08:47:21 pk Exp $ */
/* $NetBSD: if_le.c,v 1.21 1995/06/23 13:19:44 pk Exp $ */
/*-
* Copyright (c) 1982, 1992, 1993
@ -456,8 +456,6 @@ leinit(unit)
register int s;
/* not yet, if address still unknown */
if (ifp->if_addrlist == (struct ifaddr *)0)
return (0);
if ((ifp->if_flags & IFF_RUNNING) == 0) {
s = splimp();
ifp->if_flags |= IFF_RUNNING;