stdiostream.cc (sys_read): Declare ch with int type, rather than without a type.
authorMichael Meissner <meissner@cygnus.com>
Thu, 11 Dec 1997 18:31:56 +0000 (18:31 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 11 Dec 1997 18:31:56 +0000 (11:31 -0700)
commitfc50a8b9f2a84feb8e5a53a00ea5fde89297fefa
treed406e9f2133cf3b2472a686c2677011800a05154
parentf49b1654d331d48b5c268e5bdd4b08cb2ea732bb
stdiostream.cc (sys_read): Declare ch with int type, rather than without a type.

        * stdiostream.cc (sys_read): Declare ch with int type, rather than
        without a type.

Bring over from devo.

From-SVN: r17042
libio/ChangeLog
libio/stdiostream.cc