From owner-cvs-all Thu Mar 21 10:43: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB4F437B428; Thu, 21 Mar 2002 10:42:44 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2LIgiK02507; Thu, 21 Mar 2002 10:42:44 -0800 (PST) (envelope-from obrien) Message-Id: <200203211842.g2LIgiK02507@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 21 Mar 2002 10:42:44 -0800 (PST) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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