From: Ben Hutchings <b...@decadent.org.uk> Date: Thu, 12 Nov 2009 03:05:15 +0000
> <linux/netlink.h> will not compile for userland, because > <linux/socket.h> is no longer defining sa_family_t. For userland, this > should be defined by <sys/socket.h>. Still, you still essentially have two choices: 1) Tell userland, sorry you need to include sys/socket.h before other "socket stuff" and that means linux/netlink.h in particular 2) Put a !__KERNEL__ sys/socket.h include in there, but that's asking for trouble. Ok? -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org