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.