From owner-cvs-all@FreeBSD.ORG Mon May 5 16:42:58 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B2AF1065677; Mon, 5 May 2008 16:42:58 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpoutm.mac.com (smtpoutm.mac.com [17.148.16.71]) by mx1.freebsd.org (Postfix) with ESMTP id DFC7E8FC22; Mon, 5 May 2008 16:42:52 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtp011.mac.com (asmtp011-bge351000 [10.150.69.74]) by smtpoutm.mac.com (Xserve/smtpout008/MantshX 4.0) with ESMTP id m45Ggq97021049; Mon, 5 May 2008 09:42:52 -0700 (PDT) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Received: from macbook-pro.jnpr.net (natint3.juniper.net [66.129.224.36]) by asmtp011.mac.com (Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)) with ESMTPSA id <0K0E005EPMFGZV30@asmtp011.mac.com>; Mon, 05 May 2008 09:42:52 -0700 (PDT) Message-id: <5D5D000D-9D30-4A9C-BB46-B301F9B46C89@mac.com> From: Marcel Moolenaar To: John Baldwin In-reply-to: <200805051614.m45GE3Ul089815@repoman.freebsd.org> Date: Mon, 05 May 2008 09:42:52 -0700 References: <200805051614.m45GE3Ul089815@repoman.freebsd.org> X-Mailer: Apple Mail (2.919.2) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include stdio.h src/lib/libc Versions.def src/lib/libc/stdio Symbol.map stdio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2008 16:42:58 -0000 On May 5, 2008, at 9:14 AM, John Baldwin wrote: > jhb 2008-05-05 16:14:03 UTC > > FreeBSD src repository > > Modified files: > include stdio.h > lib/libc Versions.def > lib/libc/stdio Symbol.map stdio.c > Log: > Retire the __fgetcookie(), __fgetpendout(), and __fsetfileno() > accessors > as we aren't hiding FILE's internals anymore. Thanks for cleaning this up too! -- Marcel Moolenaar xcllnt@mac.com