From owner-cvs-all Sat Oct 12 9:13:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2C4037B404; Sat, 12 Oct 2002 09:13:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A75BF43EAF; Sat, 12 Oct 2002 09:13:43 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9CGDhCo007144; Sat, 12 Oct 2002 09:13:43 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9CGDhhb007143; Sat, 12 Oct 2002 09:13:43 -0700 (PDT) Message-Id: <200210121613.g9CGDhhb007143@freefall.freebsd.org> From: Mike Barcroft Date: Sat, 12 Oct 2002 09:13:43 -0700 (PDT) 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 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 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