From owner-cvs-all@FreeBSD.ORG Sun May 4 03:40:23 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 ED847106566B for ; Sun, 4 May 2008 03:40:23 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.netplex.net (mail.netplex.net [204.213.176.10]) by mx1.freebsd.org (Postfix) with ESMTP id C22FD8FC1D for ; Sun, 4 May 2008 03:40:23 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.netplex.net (8.14.2/8.14.2/NETPLEX) with ESMTP id m443eLt4027145; Sat, 3 May 2008 23:40:21 -0400 (EDT) X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-4.0 (mail.netplex.net [204.213.176.10]); Sat, 03 May 2008 23:40:22 -0400 (EDT) Date: Sat, 3 May 2008 23:40:21 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Marcel Moolenaar In-Reply-To: <200805032336.m43Na03f047844@repoman.freebsd.org> Message-ID: References: <200805032336.m43Na03f047844@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/include stdio.h src/lib/libc/stdio stdio.c src/gnu/usr.bin/sort config.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 May 2008 03:40:24 -0000 On Sat, 3 May 2008, Marcel Moolenaar wrote: > marcel 2008-05-03 23:36:00 UTC > > FreeBSD src repository > > Modified files: > include stdio.h > lib/libc/stdio stdio.c > gnu/usr.bin/sort config.h > Log: > Unbreak build: gnu sort has been configured to grope inside struct > __sFILE. It's opaque now, so add a function that returns the pending > output bytes. > > Pointy hat: jhb How does this work without also adding the symbol to the private section of libc/stdio/Symbol.map? Pointy hat to: ??? ;-) -- DE