Bug#487103: Patch

2008-07-31 Thread Matt Kraai
On Thu, Jul 31, 2008 at 09:29:24AM +0200, maximilian attems wrote: > please cc akpm on your submission and [EMAIL PROTECTED] Done. Thanks for the pointers. -- Matt http://ftbfs.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#487103: Patch

2008-07-31 Thread maximilian attems
On Wed, Jul 30, 2008 at 11:39:45PM -0700, Matt Kraai wrote: > On Wed, Jul 30, 2008 at 11:33:04PM -0700, Matt Kraai wrote: > > Here's a patch which makes netfilter.h include in.h and in6.h > > irregardless of whether __KERNEL__ is defined. This allows my simple > > test file: > > > > #include >

Bug#487103: Patch

2008-07-31 Thread Matt Kraai
tag 487103 patch thanks Here's a patch which makes netfilter.h include in.h and in6.h irregardless of whether __KERNEL__ is defined. This allows my simple test file: #include to compile without errors. I'll try to get it included upstream. -- Matt

Bug#487103: Patch

2008-07-31 Thread Matt Kraai
On Wed, Jul 30, 2008 at 11:33:04PM -0700, Matt Kraai wrote: > Here's a patch which makes netfilter.h include in.h and in6.h > irregardless of whether __KERNEL__ is defined. This allows my simple > test file: > > #include > > to compile without errors. I'll try to get it included upstream. Is