From owner-cvs-src@FreeBSD.ORG Thu May 27 03:09:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6348216A4CE; Thu, 27 May 2004 03:09:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4379343D31; Thu, 27 May 2004 03:09:22 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4RA8i2b052272; Thu, 27 May 2004 03:08:44 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4RA8i9m052271; Thu, 27 May 2004 03:08:44 -0700 (PDT) (envelope-from tjr) Message-Id: <200405271008.i4RA8i9m052271@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 27 May 2004 03:08:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/include stdio.h wchar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2004 10:09:22 -0000 tjr 2004/05/27 03:08:44 PDT FreeBSD src repository Modified files: include stdio.h wchar.h Log: Bring back the macro versions of getwc(), getwchar(), putwc() and putwchar(), but this time avoid redundantly declaring __stdinp and __stdoutp when source files include both and . Revision Changes Path 1.55 +3 -0 src/include/stdio.h 1.40 +12 -0 src/include/wchar.h