From owner-cvs-all Sat Nov 9 0: 9:27 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 6F5D337B401; Sat, 9 Nov 2002 00:09:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F91843E77; Sat, 9 Nov 2002 00:09:26 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gA987LmV038496; Sat, 9 Nov 2002 00:07:21 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gA987LII038495; Sat, 9 Nov 2002 00:07:21 -0800 (PST) Message-Id: <200211090807.gA987LII038495@repoman.freebsd.org> From: Warner Losh Date: Sat, 9 Nov 2002 00:07:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stdio.h X-FreeBSD-CVS-Branch: RELENG_4 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 imp 2002/11/09 00:07:21 PST Modified files: (Branch: RELENG_4) include stdio.h Log: Forced commit: MFC: Change __sF to __std{in,out,err}p in #defines for std{in,out,err}. This should help us with our compatibility problems over the long haul. I hope that this is the right thing to do. std{in,out,err} are no longer compile time constants. -current has had this for 14 months now, and other systems do this. I've fixed all the places in the -stable tree that assumed that they were compile time constants. Reviewed by: arch@ Revision Changes Path 1.24.2.5 +0 -0 src/include/stdio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message