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 this something that's likely to be fixed for Lenny?  If not,
fireflier will need to work around the problem.

-- 
Matt http://ftbfs.org/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



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 http://ftbfs.org/
diff --git a/include/linux/netfilter.h b/include/linux/netfilter.h
index 0c5eb7e..6060e56 100644
--- a/include/linux/netfilter.h
+++ b/include/linux/netfilter.h
@@ -7,13 +7,13 @@
 #include 
 #include 
 #include 
-#include 
-#include 
 #include 
 #include 
 #include 
 #endif
 #include 
+#include 
+#include 
 #include 
 
 /* Responses from hook functions. */


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 
> > 
> > to compile without errors.  I'll try to get it included upstream.
> 
> Is this something that's likely to be fixed for Lenny?  If not,
> fireflier will need to work around the problem.

the earlier it is merge upstream the earlier we can take it.
please cc akpm on your submission and [EMAIL PROTECTED]

but as this is a regression we could relax the rules for it.

thanks

-- 
maks



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



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 of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]