Index: ossp-pkg/sio/sio_bio.c RCS File: /v/ossp/cvs/ossp-pkg/sio/sio_bio.c,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/sio/sio_bio.c,v' 2>/dev/null --- sio_bio.c 2002/11/29 14:26:31 1.7 +++ sio_bio.c 2002/12/18 15:51:02 1.8 @@ -507,7 +507,7 @@ sio_rc_t siobio_input(sio_t *sio, al_t *al, void *u, sio_rc_t orc) { private_t *my = (private_t *)u; - sio_rc_t rc; + sio_rc_t rc = SIO_ERR_INT; switch (my->state) { case INIT: @@ -537,7 +537,7 @@ sio_rc_t siobio_output(sio_t *sio, al_t *al, void *u, sio_rc_t orc) { private_t *my = (private_t *)u; - sio_rc_t rc; + sio_rc_t rc = SIO_ERR_INT; switch (my->state) { case INIT: