Fix typo.
This commit is contained in:
parent
c540418d24
commit
811c50e72e
|
@ -13,7 +13,7 @@
|
|||
* Currently supports the Western Digital/SMC 8003 and 8013 series, the 3Com
|
||||
* 3c503, the NE1000 and NE2000, and a variety of similar clones.
|
||||
*
|
||||
* $Id: if_ed.c,v 1.29 1994/02/16 20:15:18 mycroft Exp $
|
||||
* $Id: if_ed.c,v 1.30 1994/02/16 20:22:04 mycroft Exp $
|
||||
*/
|
||||
|
||||
#include "ed.h"
|
||||
|
@ -2318,7 +2318,7 @@ ed_getmcaf(ac, af)
|
|||
* the word.
|
||||
*/
|
||||
|
||||
if (ifp->if_flags & IFF_PROMISC)) {
|
||||
if (ifp->if_flags & IFF_PROMISC) {
|
||||
ifp->if_flags |= IFF_ALLMULTI;
|
||||
af[0] = af[1] = 0xffffffff;
|
||||
return;
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
* of this software, nor does the author assume any responsibility
|
||||
* for damages incurred with its use.
|
||||
*
|
||||
* $Id: if_is.c,v 1.22 1994/02/16 20:15:22 mycroft Exp $
|
||||
* $Id: if_is.c,v 1.23 1994/02/16 20:22:16 mycroft Exp $
|
||||
*/
|
||||
|
||||
/* TODO
|
||||
|
@ -1149,7 +1149,7 @@ is_setladrf(ac, af)
|
|||
* the word.
|
||||
*/
|
||||
|
||||
if (ifp->if_flags & IFF_PROMISC)) {
|
||||
if (ifp->if_flags & IFF_PROMISC) {
|
||||
ifp->if_flags |= IFF_ALLMULTI;
|
||||
af[0] = af[1] = 0xffffffff;
|
||||
return;
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
* Currently supports the Western Digital/SMC 8003 and 8013 series, the 3Com
|
||||
* 3c503, the NE1000 and NE2000, and a variety of similar clones.
|
||||
*
|
||||
* $Id: if_ed.c,v 1.29 1994/02/16 20:15:18 mycroft Exp $
|
||||
* $Id: if_ed.c,v 1.30 1994/02/16 20:22:04 mycroft Exp $
|
||||
*/
|
||||
|
||||
#include "ed.h"
|
||||
|
@ -2318,7 +2318,7 @@ ed_getmcaf(ac, af)
|
|||
* the word.
|
||||
*/
|
||||
|
||||
if (ifp->if_flags & IFF_PROMISC)) {
|
||||
if (ifp->if_flags & IFF_PROMISC) {
|
||||
ifp->if_flags |= IFF_ALLMULTI;
|
||||
af[0] = af[1] = 0xffffffff;
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue