~kris/9p

9hist

e9931ca6417fa55b89726f9b0665480dae8932a9 — David du Colombier 25 years ago 136af48
Plan 9 from Bell Labs 2001-06-10
1 files changed, 2 insertions(+), 0 deletions(-)

M port/netif.c
M port/netif.c => port/netif.c +2 -0
@@ 401,6 401,8 @@ netifclose(Netif *nif, Chan *c)
		}
		f->owner[0] = 0;
		f->type = 0;
		f->bridge = 0;
		f->headersonly = 0;
		qclose(f->in);
	}
	qunlock(f);