From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/457 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Is "memory.h" wanted? Date: Thu, 25 Aug 2011 08:42:52 -0400 Message-ID: <20110825124252.GF132@brightrain.aerifal.cx> References: <20110822183710.c2fcfa28.idunham@lavabit.com> <20110823014433.GC132@brightrain.aerifal.cx> <20110823000637.813c40f2.idunham@lavabit.com> <20110823121744.GD132@brightrain.aerifal.cx> <20110824233716.397d1727@newbook> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1314276305 1765 80.91.229.12 (25 Aug 2011 12:45:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 25 Aug 2011 12:45:05 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-458-gllmg-musl=m.gmane.org@lists.openwall.com Thu Aug 25 14:45:01 2011 Return-path: Envelope-to: gllmg-musl@lo.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by lo.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1QwZIq-0007fc-JN for gllmg-musl@lo.gmane.org; Thu, 25 Aug 2011 14:45:00 +0200 Original-Received: (qmail 7809 invoked by uid 550); 25 Aug 2011 12:44:59 -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 7798 invoked from network); 25 Aug 2011 12:44:59 -0000 Content-Disposition: inline In-Reply-To: <20110824233716.397d1727@newbook> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:457 Archived-At: On Wed, Aug 24, 2011 at 11:37:16PM -0700, Isaac Dunham wrote: > http://www.mail-archive.com/openssl-dev@openssl.org/msg28700.html > I quote: > "memory.h is in the following path: [ I am using Linux debian > 2.6.26-2-686 #1 SMP Thu Nov 25 01:53:57 UTC 2010 i686 GNU/Linux ] > /usr/src/linux-headers-2.6.26-2-686/include/linux/memory.h > So make sure your path is set properly to include the linux include > files" > I'm not certain if this fellow got things right, though. This is simply nonsense. That would be , not , and there's certainly no reason openssl or any userspace software should need to include it. Rich