From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/8643 Path: news.gmane.org!not-for-mail From: Rob Landley Newsgroups: gmane.linux.lib.musl.general Subject: Re: Re: musl and kernel headers [was Re: system-images 1.4.2: od is broken; bzip2 is missing] Date: Fri, 9 Oct 2015 23:56:23 -0500 Message-ID: <56189A77.1010808@landley.net> References: <5612925A.4070402@landley.net> <20151006014426.GL8645@brightrain.aerifal.cx> <20151008165808.GZ8645@brightrain.aerifal.cx> <20151009194641.GI8645@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1444453005 11885 80.91.229.3 (10 Oct 2015 04:56:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Oct 2015 04:56:45 +0000 (UTC) Cc: Aboriginal Linux , musl To: Rich Felker , Denys Vlasenko Original-X-From: musl-return-8655-gllmg-musl=m.gmane.org@lists.openwall.com Sat Oct 10 06:56:43 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1ZkmD2-00014L-MN for gllmg-musl@m.gmane.org; Sat, 10 Oct 2015 06:56:40 +0200 Original-Received: (qmail 17708 invoked by uid 550); 10 Oct 2015 04:56:38 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 17687 invoked from network); 10 Oct 2015 04:56:38 -0000 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=dDQqJO7GNN+GNKfg9GroKL/1KUvJeLRqzFTDtonfOpQ=; b=TYkWHTnmdZgon0wVcHHkhvbogdtmVQ8Vj+HdCTjxGIeagfT/z3BAA4f08wBRU5Kmxe dOfgEGlfmSQNepBjt/B8X1B/qbXsUYdN8nwg04SlB70DPhMGrUWNzpdBCvxO4gO8ZSYO NF0nCeHSa2r/VEDjxWdIHHx26rEvWT+GjLh14Fobmr5+0d/DluOnoi6iPuYQp2x5AETU E9qCgNveqsyPir7dflddBZjG+zqpLCQyyPJQCstjE9zRPXk2rVTaCzPddUgWwLesj6q+ 4mnoy/WoUWXxiUcb3fGwibFZ4tPz5hURI8yw8galsNWPcyxwfdZXodpPJ8hqUDi9sDbr 4PfQ== X-Gm-Message-State: ALoCoQldux1gFTnHO1to6DAJnj/4OhOF0n25ZiYciC/1NzUASSr7WDKmcbwvw4B+6sMtiWsSHmRe X-Received: by 10.202.173.77 with SMTP id w74mr9835089oie.128.1444452986139; Fri, 09 Oct 2015 21:56:26 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 In-Reply-To: <20151009194641.GI8645@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:8643 Archived-At: On 10/09/2015 02:46 PM, Rich Felker wrote: > On Fri, Oct 09, 2015 at 09:11:08PM +0200, Denys Vlasenko wrote: >> #undef __UAPI_DEF_SOCKADDR_IN >> /* tell kernel to not define the struct */ >> #define __UAPI_DEF_SOCKADDR_IN 0 >> #endif > > We could do something like this but then we would need to keep up with > the list of all the __UAPI defines we need to suppress unwanted kernel > definitions. You have a bug report. This would fix it. Then wait for more bug reports? Rob