ref: f99b92aae9240ad9834ccf8e8f9c322ad2fbd4fc
parent: 29a839ab377965ac0518cb762bad94aa8843bd2f
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;