From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2411 Path: news.gmane.org!not-for-mail From: idunham@lavabit.com Newsgroups: gmane.linux.lib.musl.general Subject: Re: cleaned up scsi headers Date: Wed, 5 Dec 2012 09:20:36 -0800 (PST) Message-ID: <17065.132.241.155.161.1354728036.squirrel@lavabit.com> References: <50BEE2D0.9050907@barfooze.de> <20121205063438.GL20323@brightrain.aerifal.cx> <50BEEC77.6060802@barfooze.de> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1354728052 30111 80.91.229.3 (5 Dec 2012 17:20:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Dec 2012 17:20:52 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2412-gllmg-musl=m.gmane.org@lists.openwall.com Wed Dec 05 18:21:06 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 1TgIec-0002FJ-DI for gllmg-musl@plane.gmane.org; Wed, 05 Dec 2012 18:21:02 +0100 Original-Received: (qmail 2039 invoked by uid 550); 5 Dec 2012 17:20:49 -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 2031 invoked from network); 5 Dec 2012 17:20:49 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=bQfYfMChupTs/Kr0yu6/NHcdnG5Yy4uNWIwVdZhTC/VWfIgCgjD5OOBt9m4IZvU92+TPYPzkZFk493KmBzTMlinGBtanr7+l4NKUGvh1m9AVwpUjsjNsVq3YRfFCVU+yIL9fBbVK0ysbTU38Low5YsBWOmE3yhQsIaOjjEblAOg=; h=Message-ID:In-Reply-To:References:Date:Subject:From:To:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding; In-Reply-To: <50BEEC77.6060802@barfooze.de> User-Agent: SquirrelMail/1.4.13 Xref: news.gmane.org gmane.linux.lib.musl.general:2411 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) They're provided by libc6-dev rather than linux-libc-dev on Debian Squeeze, which would indicate that musl will need to provide them. > 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. >