From cfaf1a9684f47483ba90fef3f339feb2d42787aa Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Wed, 10 Apr 1991 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1991-04-10 --- port/stnoether.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/port/stnoether.c b/port/stnoether.c index 0ce78186c97ad9d0e8d43774a6c62cdd027f8f8a..dad1e1994c5b2acd87dbabaf6dbc7eb1b18b189e 100644 --- a/port/stnoether.c +++ b/port/stnoether.c @@ -148,7 +148,7 @@ noetherbad(Noifc *ifc, Block *bp, int circuit) nnh->mid = nh->ack; memmove(neh->s, eh->d, sizeof(neh->s)); memmove(neh->d, eh->s, sizeof(neh->d)); - nonetcksum(nbp, 14); + nonetcksum(nbp, ETHERHDRSIZE); PUTNEXT(ifc->wq, nbp); out: freeb(bp);