From 0103abfceb980d7d3f76cd72b9b8378dce4b2f22 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Fri, 10 May 1991 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1991-05-10 --- port/devlance.c | 1 - port/stnoether.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/port/devlance.c b/port/devlance.c index 9ea8ead26a314df25387a2cf373e301262e4134b..51edaaf9e3a0e70bbb6209f90d3c5a5063a23450 100644 --- a/port/devlance.c +++ b/port/devlance.c @@ -799,7 +799,6 @@ lancekproc(void *arg) break; qunlock(e); } - /* * If no match, see if any stream has type -1. * It matches all packets. diff --git a/port/stnoether.c b/port/stnoether.c index eff320897bcf3775a507319ebc7338af57d910c8..1fa7fe8b457f170d827fd30f760f0cba839ef8bd 100644 --- a/port/stnoether.c +++ b/port/stnoether.c @@ -186,7 +186,7 @@ noetheriput(Queue *q, Block *bp) circuit = (nh->circuit[2]<<16) | (nh->circuit[1]<<8) | nh->circuit[0]; s = (nh->sum[1]<<8) | nh->sum[0]; if(s && s!=nonetcksum(bp, ETHERHDRSIZE)){ -/* print("checksum error %ux %ux\n", s, (nh->sum[1]<<8) | nh->sum[0]); /**/ + print("checksum error %ux %ux\n", s, (nh->sum[1]<<8) | nh->sum[0]); /**/ freeb(bp); return; }