* sysdep.c (select): There's no need to cast the return value of
authorJim Blandy <jimb@redhat.com>
Wed, 19 Aug 1992 06:37:58 +0000 (06:37 +0000)
committerJim Blandy <jimb@redhat.com>
Wed, 19 Aug 1992 06:37:58 +0000 (06:37 +0000)
commit345677047df477bf523ff915ff91249031c180d1
treef695f6ca1da070057813791b423883ed8668ef18
parent8c7f1e3596d1e4a52598392fbd78458f70bcb2c3
* sysdep.c (select): There's no need to cast the return value of
     signal anymore, since we have the SIGTYPE macro defined.

* sysdep.c (read_input_waiting): When scanning for quit
     characters, use the value of quit_char, rather than assuming that
     C-g is the quit character.  And don't forget to declare i.

* sysdep.c [USG5]: Don't include fcntl.h.
src/sysdep.c