Date: Thu, 21 Mar 2002 10:42:44 -0800 (PST) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio fdopen.c fgets.c flags.c fpurge.c fputc.c fread.c fseek.c ftell.c funopen.c fvwrite.c gets.c makebuf.c mktemp.c perror.c putc.c putchar.c setbuffer.c setvbuf.c stdio.c vfprintf.c vfscanf.c wbuf.c wsetup.c Message-ID: <200203211842.g2LIgiK02507@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2002/03/21 10:42:44 PST Modified files: lib/libc/stdio fdopen.c fgets.c flags.c fpurge.c fputc.c fread.c fseek.c ftell.c funopen.c fvwrite.c gets.c makebuf.c mktemp.c perror.c putc.c putchar.c setbuffer.c setvbuf.c stdio.c vfprintf.c vfscanf.c wbuf.c wsetup.c Log: Remove 'register' keyword. Revision Changes Path 1.6 +2 -2 src/lib/libc/stdio/fdopen.c 1.11 +6 -6 src/lib/libc/stdio/fgets.c 1.8 +3 -3 src/lib/libc/stdio/flags.c 1.9 +2 -2 src/lib/libc/stdio/fpurge.c 1.9 +2 -2 src/lib/libc/stdio/fputc.c 1.9 +5 -5 src/lib/libc/stdio/fread.c 1.38 +2 -2 src/lib/libc/stdio/fseek.c 1.25 +6 -6 src/lib/libc/stdio/ftell.c 1.3 +1 -1 src/lib/libc/stdio/funopen.c 1.14 +7 -7 src/lib/libc/stdio/fvwrite.c 1.11 +3 -3 src/lib/libc/stdio/gets.c 1.3 +4 -4 src/lib/libc/stdio/makebuf.c 1.22 +3 -3 src/lib/libc/stdio/mktemp.c 1.5 +1 -1 src/lib/libc/stdio/perror.c 1.9 +2 -2 src/lib/libc/stdio/putc.c 1.9 +2 -2 src/lib/libc/stdio/putchar.c 1.6 +1 -1 src/lib/libc/stdio/setbuffer.c 1.10 +5 -5 src/lib/libc/stdio/setvbuf.c 1.22 +3 -3 src/lib/libc/stdio/stdio.c 1.37 +2 -2 src/lib/libc/stdio/vfprintf.c 1.20 +3 -3 src/lib/libc/stdio/vfscanf.c 1.8 +4 -4 src/lib/libc/stdio/wbuf.c 1.7 +1 -1 src/lib/libc/stdio/wsetup.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203211842.g2LIgiK02507>