Plan 9 from Bell Labs 1995-10-04
1 files changed, 1 insertions(+), 1 deletions(-) M pc/devether.c
M pc/devether.c => pc/devether.c +1 -1
@@ 144,7 144,7 @@ etherwloop(Ether *ctlr, Etherpkt *pkt, long len) int s, different; different = memcmp(pkt->d, ctlr->ea, sizeof(pkt->d)); if(different && memcmp(pkt->d, ctlr->bcast, sizeof(pkt->d))) if(different && memcmp(pkt->d, ctlr->bcast, sizeof(pkt->d)) && ctlr->prom == 0) return 0; s = splhi();