--- lib/tread.c.readSet Wed Apr 23 17:09:00 1997 +++ lib/tread.c Tue Sep 24 10:03:30 2002 @@ -9,7 +9,7 @@ int bytesRead; int total = 0; char * buf = bufptr; - struct fd_set readSet; + fd_set readSet; struct timeval tv; while (total < length) {