ref: 2b23fcbad9ed4ed0d9b2870bea215de623a7e638
parent: ab3249f6cd3c6ce32b7fccc54318492ada35bb38
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Mon Nov 4 19:03:44 EST 2024
fix plan 9 build
--- a/ios.c
+++ b/ios.c
@@ -851,7 +851,7 @@
if(s->_eof)
return IOS_EOF;
#ifdef __plan9__
- USED(us);
+ USED(ws);
return 1; // FIXME(sigrid): wait for input, but not too much
#else
struct timeval t, *pt = nil;