From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4103 Path: news.gmane.org!not-for-mail From: Laurent Bercot Newsgroups: gmane.linux.lib.musl.general Subject: linux/netlink.h Date: Mon, 07 Oct 2013 01:16:14 +0100 Message-ID: <5251FD4E.8000102@skarnet.org> 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 1381104980 1952 80.91.229.3 (7 Oct 2013 00:16:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Oct 2013 00:16:20 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4107-gllmg-musl=m.gmane.org@lists.openwall.com Mon Oct 07 02:16:24 2013 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 1VSyUo-0004eI-3T for gllmg-musl@plane.gmane.org; Mon, 07 Oct 2013 02:16:22 +0200 Original-Received: (qmail 24182 invoked by uid 550); 7 Oct 2013 00:16:20 -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 24174 invoked from network); 7 Oct 2013 00:16:19 -0000 X-SourceIP: 80.111.80.106 User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 Xref: news.gmane.org gmane.linux.lib.musl.general:4103 Archived-At: Hello musl people, I'm trying out musl and I like it very much so far. The only thing that's stopping me for now is that I want to be able to compile the s6-linux-utils package against musl; that package contains the s6-devd utility, which reads the netlink for udev events (so something like mdev can be spawned serially instead of having to deal with parallelism when spawned from /proc/sys/kernel/hotplug). Of course, the source code includes . Could you please add a minimal linux/netlink.h to mini-lkh ? I just need the following definitions: - struct sockaddr_nl - AF_NETLINK (already in sys/socket.h if I'm not mistaken) - NETLINK_KOBJECT_UEVENT I'd submit a patch, but my kernel-fu is very weak, and I'm not sure what to pull in and what not to, so I better leave it to the specialists. Thank you, -- Laurent