All of lore.kernel.org
 help / color / mirror / Atom feed
* [1/1] libipt_osf: fix iptables-1.3.0rc1 compilation.
@ 2005-02-07 17:29 Evgeniy Polyakov
  2005-02-07 18:20 ` Harald Welte
  0 siblings, 1 reply; 3+ messages in thread
From: Evgeniy Polyakov @ 2005-02-07 17:29 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Harald Welte, Patrick McHardy

[-- Attachment #1: Type: text/plain, Size: 817 bytes --]

Bug reported by Sami Farin <safari-kernel@safari.iki.fi>.

Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>

--- linux-2.6/include/linux/netfilter_ipv4/ipt_osf.h.orig 2005-02-07
19:11:08.237624320+0300
+++ linux-2.6/include/linux/netfilter_ipv4/ipt_osf.h    2005-02-07
19:11:43.854209776 +0300 @@ -33,9 +33,6 @@
 #define IPT_OSF_LOGLEVEL_ALL   0
 #define IPT_OSF_LOGLEVEL_FIRST 1

-#include <linux/list.h>
-#include <net/tcp.h>
-
 #ifndef __KERNEL__
 #include <netinet/ip.h>
 #include <netinet/tcp.h>
@@ -98,6 +95,10 @@

 #ifdef __KERNEL__

+#include <linux/list.h>
+#include <net/tcp.h>
+
+
 /* Defines for IANA option kinds */

 #define OSFOPT_EOL             0       /* End of options */

-- 
        Evgeniy Polyakov

Crash is better than data corruption -- Arthur Grabowski

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2005-02-07 19:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-07 17:29 [1/1] libipt_osf: fix iptables-1.3.0rc1 compilation Evgeniy Polyakov
2005-02-07 18:20 ` Harald Welte
2005-02-07 19:40   ` Evgeniy Polyakov

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.