~kris/9p

9hist

60f758b7cf9df2be70c62dca078ea471f0f69f98 — David du Colombier 23 years ago 664922f
Plan 9 from Bell Labs 2002-10-15
2 files changed, 2 insertions(+), 4 deletions(-)

M pc/wavelan.c
M port/qio.c
M pc/wavelan.c => pc/wavelan.c +1 -1
@@ 1140,8 1140,8 @@ char* wavenames[] = {
	"WaveLAN/IEEE",
	"TrueMobile 1150",
	"Instant Wireless ; Network PC CARD",
	"Instant Wireless Network PC Card",
	"Avaya Wireless PC Card",
	"AirLancer MC-11",
	nil,
};


M port/qio.c => port/qio.c +1 -3
@@ 484,7 484,6 @@ qdiscard(Queue *q, int len)
	return sofar;
}

#ifdef sape
/*
 *  Return length that next qconsume will return
 */


@@ 521,9 520,8 @@ qblen(Queue *q)
	if(tofree != nil)
		freeblist(tofree);

	return len;
	return n;
}
#endif sape

/*
 *  Interrupt level copy out of a queue, return # bytes copied.