cvs commit: src/lib/libc/stdio fgetc.c fputc.c getc.c getchar.c putc.c putchar.c

Tim J. Robbins tjr at FreeBSD.org
Fri Mar 19 01:04:57 PST 2004


tjr         2004/03/19 01:04:56 PST

  FreeBSD src repository

  Modified files:
    lib/libc/stdio       fgetc.c fputc.c getc.c getchar.c putc.c 
                         putchar.c 
  Log:
  Do not redundantly set the stream orientation in getc(), putc(), and
  related functions - __sgetc() and __sputc() will set it when necessary.
  
  Revision  Changes    Path
  1.12      +2 -1      src/lib/libc/stdio/fgetc.c
  1.13      +2 -1      src/lib/libc/stdio/fputc.c
  1.13      +2 -1      src/lib/libc/stdio/getc.c
  1.12      +2 -1      src/lib/libc/stdio/getchar.c
  1.13      +2 -1      src/lib/libc/stdio/putc.c
  1.13      +2 -1      src/lib/libc/stdio/putchar.c


More information about the cvs-src mailing list