Fix typo.

This commit is contained in:
mycroft 1994-02-16 20:22:04 +00:00
parent c540418d24
commit 811c50e72e
3 changed files with 6 additions and 6 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;