Date: Sat, 12 Oct 2002 09:13:43 -0700 (PDT) From: Mike Barcroft <mike@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include signal.h stdio.h src/lib/libc/gen pselect.3 pselect.c src/lib/libc/stdio fgetpos.c fgets.3 fopen.3 fopen.c fputs.c fread.3 fread.c freopen.c fscanf.c fseek.3 fwrite.c scanf.3 scanf.c sscanf.c vscanf.c vsscanf.c Message-ID: <200210121613.g9CGDhhb007143@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mike 2002/10/12 09:13:41 PDT Modified files: include signal.h stdio.h lib/libc/gen pselect.3 pselect.c lib/libc/stdio fgetpos.c fgets.3 fopen.3 fopen.c fputs.c fread.3 fread.c freopen.c fscanf.c fseek.3 fwrite.c scanf.3 scanf.c sscanf.c vscanf.c vsscanf.c Log: Add restrict type-qualifier. Revision Changes Path 1.20 +1 -2 src/include/signal.h 1.49 +12 -16 src/include/stdio.h 1.2 +1 -1 src/lib/libc/gen/pselect.3 1.6 +3 -2 src/lib/libc/gen/pselect.c 1.12 +1 -1 src/lib/libc/stdio/fgetpos.c 1.18 +2 -2 src/lib/libc/stdio/fgets.3 1.15 +1 -1 src/lib/libc/stdio/fopen.3 1.10 +2 -2 src/lib/libc/stdio/fopen.c 1.11 +2 -2 src/lib/libc/stdio/fputs.c 1.9 +3 -3 src/lib/libc/stdio/fread.3 1.12 +2 -2 src/lib/libc/stdio/fread.c 1.9 +2 -1 src/lib/libc/stdio/freopen.c 1.11 +1 -1 src/lib/libc/stdio/fscanf.c 1.22 +1 -1 src/lib/libc/stdio/fseek.3 1.11 +2 -2 src/lib/libc/stdio/fwrite.c 1.20 +6 -6 src/lib/libc/stdio/scanf.3 1.11 +1 -1 src/lib/libc/stdio/scanf.c 1.11 +1 -1 src/lib/libc/stdio/sscanf.c 1.11 +1 -1 src/lib/libc/stdio/vscanf.c 1.12 +2 -2 src/lib/libc/stdio/vsscanf.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?200210121613.g9CGDhhb007143>