From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22952 invoked by alias); 4 Jan 2012 11:57:40 -0000 Received: (qmail 22944 invoked by uid 22791); 4 Jan 2012 11:57:39 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 04 Jan 2012 11:57:27 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=EU1-MAIL.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1RiPTB-0006gS-5w from joseph_myers@mentor.com ; Wed, 04 Jan 2012 03:57:25 -0800 Received: from digraph.polyomino.org.uk ([172.16.63.104]) by EU1-MAIL.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 4 Jan 2012 11:57:23 +0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.74) (envelope-from ) id 1RiPT8-0000ur-G6; Wed, 04 Jan 2012 11:57:22 +0000 Date: Wed, 04 Jan 2012 11:57:00 -0000 From: "Joseph S. Myers" To: Guillem Jover cc: Mike Frysinger , libc-ports@sourceware.org Subject: Re: [PATCH ports] Use __unused0 instead of __unused for user visible struct members In-Reply-To: <20120104071225.GA29510@gaara.hadrons.org> Message-ID: References: <20120102031859.GA11067@gaara.hadrons.org> <201201020106.15682.vapier@gentoo.org> <20120104071225.GA29510@gaara.hadrons.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-01/txt/msg00013.txt.bz2 On Wed, 4 Jan 2012, Guillem Jover wrote: > The patch seems to have arrived now on the libc-alpha list. In any > case I don't see the harm in applying this one to the ports tree? In general, textual differences (including whitespace) between libc and ports versions of a file should be limited to those that genuinely result from differences between the architectures, kernel ports, etc.; a cleanup is applied to ports versions only after it is applied to the libc versions. -- Joseph S. Myers joseph@codesourcery.com