Bug#538372: [PATCH] net: Support inclusion of before

2009-10-05 Thread David Miller
From: Ben Hutchings Date: Sun, 04 Oct 2009 04:42:44 +0100 > From: Bastian Blank > > The following user-space program fails to compile: > > #include > #include > int main() { return 0; } > > The reason is that tests __GLIBC__ to decide whether it > should define various structur

Bug#538372: [PATCH] net: Support inclusion of before

2009-10-04 Thread Bastian Blank
On Sun, Oct 04, 2009 at 04:42:44AM +0100, Ben Hutchings wrote: > From: Bastian Blank > > The following user-space program fails to compile: > > #include > #include > int main() { return 0; } > > The reason is that tests __GLIBC__ to decide whether it > should define various struc

Bug#538372: [PATCH] net: Support inclusion of before

2009-10-03 Thread Ben Hutchings
From: Bastian Blank The following user-space program fails to compile: #include #include int main() { return 0; } The reason is that tests __GLIBC__ to decide whether it should define various structures and macros that are now defined for user-space by , but __GLIBC__ is not defi