From owner-cvs-all Wed Aug 14 16:45:46 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 28BD737B400; Wed, 14 Aug 2002 16:45:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC8ED43E42; Wed, 14 Aug 2002 16:45:42 -0700 (PDT) (envelope-from robert@FreeBSD.org) Received: from freefall.freebsd.org (robert@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ENjgJU070791; Wed, 14 Aug 2002 16:45:42 -0700 (PDT) (envelope-from robert@freefall.freebsd.org) Received: (from robert@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ENjgEj070790; Wed, 14 Aug 2002 16:45:42 -0700 (PDT) Message-Id: <200208142345.g7ENjgEj070790@freefall.freebsd.org> From: Robert Drehmel Date: Wed, 14 Aug 2002 16:45:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stdio.h src/lib/libc/stdio setbuf.3 setbuf.c setvbuf.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 robert 2002/08/14 16:45:42 PDT Modified files: include stdio.h lib/libc/stdio setbuf.3 setbuf.c setvbuf.c Log: - Add the 'restrict' qualifier to the function definitions and public prototypes of setbuf(3) and setvbuf(3) using the '__restrict' macro from to be compliant with IEEE Std 1003.1-2001. - Replace the K&R with ANSI-C function definitions. - Bring the manual page up-to-date. Revision Changes Path 1.42 +2 -2 src/include/stdio.h 1.11 +3 -3 src/lib/libc/stdio/setbuf.3 1.3 +1 -3 src/lib/libc/stdio/setbuf.c 1.12 +1 -5 src/lib/libc/stdio/setvbuf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message