From: Ben Hutchings <b...@decadent.org.uk> Date: Thu, 12 Nov 2009 02:00:05 +0000
> This reverts commit 9c501935a3cdcf6b1d35aaee3aa11c7a7051a305. That > commit caused <linux/rtnetlink.h> to require that <sys/socket.h> is > included first, breaking autoconf tests for <linux/rtnetlink.h> and > presumably some real programs too. > > Signed-off-by: Ben Hutchings <b...@decadent.org.uk> I'm not reverting this Ben. The dependency those programs and autoconf tests have is _dubious_ at best. It means they were depending upon the libc5 checks passing, that's rediculious and not something we should cater to. If you really want it to work that linux/rtnetlink.h is included first before sys/socket.h in userland, fix that specifically instead. But I believe such a dependency is reasonable and the userspace bits need fixing. -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org