All of lore.kernel.org
 help / color / mirror / Atom feed
* [NETFILTER]: xt_iprange: add missing #include
@ 2008-02-04 20:51 Jan Engelhardt
  2008-02-06  1:39 ` Patrick McHardy
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Engelhardt @ 2008-02-04 20:51 UTC (permalink / raw)
  To: kaber; +Cc: Netfilter Developer Mailing List

commit dc8a57c343a3d26b75b02968572fb05f0e579424
Author: Jan Engelhardt <jengelh@computergmbh.de>
Date:   Mon Feb 4 20:54:44 2008 +0100

    [NETFILTER]: xt_iprange: add missing #include
    
    Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>

diff --git a/net/netfilter/xt_iprange.c b/net/netfilter/xt_iprange.c
index 624eeda..f5c21d4 100644
--- a/net/netfilter/xt_iprange.c
+++ b/net/netfilter/xt_iprange.c
@@ -13,6 +13,7 @@
 #include <linux/ip.h>
 #include <linux/ipv6.h>
 #include <linux/netfilter/x_tables.h>
+#include <linux/netfilter/xt_iprange.h>
 #include <linux/netfilter_ipv4/ipt_iprange.h>
 
 static bool


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [NETFILTER]: xt_iprange: add missing #include
  2008-02-04 20:51 [NETFILTER]: xt_iprange: add missing #include Jan Engelhardt
@ 2008-02-06  1:39 ` Patrick McHardy
  2008-02-06 11:24   ` Jan Engelhardt
  0 siblings, 1 reply; 3+ messages in thread
From: Patrick McHardy @ 2008-02-06  1:39 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: Netfilter Developer Mailing List

Jan Engelhardt wrote:
> commit dc8a57c343a3d26b75b02968572fb05f0e579424
> Author: Jan Engelhardt <jengelh@computergmbh.de>
> Date:   Mon Feb 4 20:54:44 2008 +0100
>
>     [NETFILTER]: xt_iprange: add missing #include
>   

Applied, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [NETFILTER]: xt_iprange: add missing #include
  2008-02-06  1:39 ` Patrick McHardy
@ 2008-02-06 11:24   ` Jan Engelhardt
  0 siblings, 0 replies; 3+ messages in thread
From: Jan Engelhardt @ 2008-02-06 11:24 UTC (permalink / raw)
  To: Patrick McHardy; +Cc: Netfilter Developer Mailing List


On Feb 6 2008 02:39, Patrick McHardy wrote:
> Jan Engelhardt wrote:
>> commit dc8a57c343a3d26b75b02968572fb05f0e579424
>> Author: Jan Engelhardt <jengelh@computergmbh.de>
>> Date:   Mon Feb 4 20:54:44 2008 +0100
>>
>>     [NETFILTER]: xt_iprange: add missing #include
>
> Applied, thanks.

Thanks. The previous set
( http://marc.info/?l=netfilter-devel&m=120182121023381&w=2 )
still is pending on your behalf - what was up? :)


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-02-06 11:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-04 20:51 [NETFILTER]: xt_iprange: add missing #include Jan Engelhardt
2008-02-06  1:39 ` Patrick McHardy
2008-02-06 11:24   ` Jan Engelhardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.