~kris/9p

9hist

0723b6f8be62797f8e7539506ad460023b7a295b — David du Colombier 30 years ago f55abc8
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();