From owner-svn-src-head@freebsd.org Sat Jul 4 17:35:07 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCAC39AE9; Sat, 4 Jul 2015 17:35:07 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay108.isp.belgacom.be (mailrelay108.isp.belgacom.be [195.238.20.135]) by mx1.freebsd.org (Postfix) with ESMTP id BE56D123A; Sat, 4 Jul 2015 17:35:06 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=E12Nk8Bf0hMlwhhcPGlCWJx/tbvGdtmOO6CYG/XBrkw= c=1 sm=2 a=6I5d2MoRAAAA:8 a=NxPkLuRtRhd4euSFswEA:9 a=CjuIK1q_8ugA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2DKCQApGJhV/++YsFtcgxJUUw29SgmBboVxBAICgRw5FAEBAQEBAQGBCkEDg2ABAQQ6HCMQCw4GBAklDyoeBhOIMwEIxhcBAQEBAQEBAQEBAQEBAQEBARcEi0uFBgeEKwEElBWEYocFmFcmg308MQGCSgEBAQ Received: from 239.152-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.152.239]) by relay.skynet.be with ESMTP; 04 Jul 2015 19:33:56 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id t64HXtvE003278; Sat, 4 Jul 2015 19:33:55 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Sat, 4 Jul 2015 19:33:55 +0200 From: Tijl Coosemans To: Mariusz Zaborski Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r285140 - in head: include lib/libc/stdio Message-ID: <20150704193355.39941c31@kalimero.tijl.coosemans.org> In-Reply-To: <201507041642.t64GgFk1002012@repo.freebsd.org> References: <201507041642.t64GgFk1002012@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 17:35:07 -0000 On Sat, 4 Jul 2015 16:42:15 +0000 (UTC) Mariusz Zaborski wrote: > Author: oshogbo > Date: Sat Jul 4 16:42:14 2015 > New Revision: 285140 > URL: https://svnweb.freebsd.org/changeset/base/285140 > > Log: > Add fdclose(3) function. > > This function is equivalent to fclose(3) function except that it > does not close the underlying file descriptor. > fdclose(3) is step forward to make FILE structure private. You can probably close this bug now: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=75767