Index: ossp-pkg/sio/sio.c RCS File: /v/ossp/cvs/ossp-pkg/sio/sio.c,v rcsdiff -q -kk '-r1.22' '-r1.23' -u '/v/ossp/cvs/ossp-pkg/sio/sio.c,v' 2>/dev/null --- sio.c 2003/01/20 17:43:21 1.22 +++ sio.c 2003/01/30 14:24:53 1.23 @@ -195,6 +195,9 @@ sio->label_error = SIO_LN_ERROR; sio->label_eof = SIO_LN_EOF; + sio->eof_flag = 0; + sio->error_flag = 0; + *siop = sio; return SIO_OK;