mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Szabolcs Nagy <nsz@port70.net>
To: musl@lists.openwall.com
Subject: Re: Is "memory.h" wanted?
Date: Thu, 25 Aug 2011 13:34:30 +0200	[thread overview]
Message-ID: <20110825113430.GC29562@port70.net> (raw)
In-Reply-To: <20110824233716.397d1727@newbook>

* Isaac Dunham <idunham@lavabit.com> [2011-08-24 23:37:16 -0700]:
> 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.

he did not

including memory.h is a bug
it's non-standard, useless and hurts everyone everywhere

use string.h instead
find . -name '*.[ch]' -exec sed -i 's/<memory\.h>/<string.h>/' {} \;


  reply	other threads:[~2011-08-25 11:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-23  1:37 Isaac Dunham
2011-08-23  1:44 ` Rich Felker
2011-08-23  7:06   ` Isaac Dunham
2011-08-23 12:17     ` Rich Felker
2011-08-25  6:37       ` Isaac Dunham
2011-08-25 11:34         ` Szabolcs Nagy [this message]
2011-08-25 12:42         ` Rich Felker
2011-08-23 14:26   ` Szabolcs Nagy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110825113430.GC29562@port70.net \
    --to=nsz@port70.net \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).