From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2410 Path: news.gmane.org!not-for-mail From: John Spencer Newsgroups: gmane.linux.lib.musl.general Subject: Re: cleaned up scsi headers Date: Wed, 05 Dec 2012 07:40:55 +0100 Message-ID: <50BEEC77.6060802@barfooze.de> References: <50BEE2D0.9050907@barfooze.de> <20121205063438.GL20323@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1354689650 3283 80.91.229.3 (5 Dec 2012 06:40:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Dec 2012 06:40:50 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2411-gllmg-musl=m.gmane.org@lists.openwall.com Wed Dec 05 07:41:03 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Tg8fG-00015x-7o for gllmg-musl@plane.gmane.org; Wed, 05 Dec 2012 07:41:02 +0100 Original-Received: (qmail 9725 invoked by uid 550); 5 Dec 2012 06:40:50 -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 9717 invoked from network); 5 Dec 2012 06:40:50 -0000 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Mail/1.0 In-Reply-To: <20121205063438.GL20323@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:2410 Archived-At: On 12/05/2012 07:34 AM, Rich Felker wrote: > On Wed, Dec 05, 2012 at 06:59:44AM +0100, John Spencer wrote: >> those are required for qemu and udev >> > Last time we discussed this issue, I thought it was determined that > both glibc AND the kernel were installing scsi/scsi.h and scsi/sg.h, > and that there seemed to be no reason for libc to provide it except > possibly for some historical issue that was long-ago fixed... > > If you want to add them, do you have an explanation for why they're > needed? > > Rich > they are missing from my kernel headers (taken from 3.3.4), and they were apparently already missing around 2.6.32/3.0 (last kernels sabotage used) i forgot to mention that strace needs them as well, i just had them already baked into a cumulative patch, so i didnt notice immediately.