cvs commit: src/lib/libc/stdio ungetc.c

Tim J. Robbins tjr at FreeBSD.org
Wed Mar 10 04:41:11 PST 2004


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


More information about the cvs-all mailing list