tjr 2004/03/10 04:41:11 PST
FreeBSD src repository
Modified files:
lib/libc/stdio ungetc.c
Log:
Set stream orientation in ungetc() instead of __ungetc(). This avoids
setting it redundantly when called from ungetwc(), vfscanf() etc.,
which already set the orientation.
Revision Changes Path
1.16 +1 -2 src/lib/libc/stdio/ungetc.c