mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Rich Felker <dalias@aerifal.cx>
To: musl@lists.openwall.com
Subject: Re: Embedded distro
Date: Sun, 4 Aug 2013 21:16:49 -0400	[thread overview]
Message-ID: <20130805011649.GB221@brightrain.aerifal.cx> (raw)
In-Reply-To: <51FEF88E.3070902@mybluelight.com>

On Sun, Aug 04, 2013 at 05:57:50PM -0700, Kirk Terrell wrote:
> I tried the most recent version of busybox and had the same issue,
> and so I looked a little further:
> 
> >excerpt from busybox networking/ifconfig.c
> >if ENABLE_FEATURE_IFCONFIG_SLIP
> ># include <net/if_slip.h>
> >#endif
> >
> >clfs-kanj:~/sources/musl-0.9.11/include/net$ ls
> >ethernet.h  if.h  if_arp.h  route.h
> >
> >clfs-kanj:~/sources/uClibc-0.9.31/include/net$ ls
> >ethernet.h  if_arp.h     if_ppp.h     if_slip.h   ppp_defs.h
> >if.h        if_packet.h  if_shaper.h  ppp-comp.h  route.h
> >
> >from sabatoge-master/KEEP/busybox.patch
> >
> >#if ENABLE_FEATURE_IFCONFIG_SLIP
> >-# include <net/if_slip.h>
> >+# include <linux/if_slip.h>
> > #endif
> >
> To me it appears that uClibc is installing headers, that busybox
> expects to see,  that Musl does not install.  I am attempting to use
> Musl as far as possible as drop in replacement. I will update to a
> recent version of Busybox.

Ah, I've probably never tried enabling slip. We're talking about a
protocol that hasn't been used since the early 90s. :) I'll see if
someone can look into whether we could add such a header, though.

Rich


  reply	other threads:[~2013-08-05  1:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-03 16:19 Kirk Terrell
2013-08-03 16:43 ` Szabolcs Nagy
2013-08-03 18:14   ` Kirk Terrell
2013-08-03 19:57     ` Rich Felker
2013-08-04  2:56       ` Kirk Terrell
2013-08-04 11:40         ` Rich Felker
2013-08-05  0:57           ` Kirk Terrell
2013-08-05  1:16             ` Rich Felker [this message]
2013-08-07 16:36     ` Rob Landley
2013-08-03 20:28 ` John Spencer

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=20130805011649.GB221@brightrain.aerifal.cx \
    --to=dalias@aerifal.cx \
    --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).