From: Marcus Sundberg <marcus@ingate.com>
To: netfilter-devel@lists.samba.org
Subject: [PATCH] Compile fixes
Date: 02 Jun 2002 16:01:04 +0200 [thread overview]
Message-ID: <veg005rd9b.fsf@inigo.ingate.se> (raw)
Hi,
some fixes to make current CVS compile properly.
Changes
* Fix typo in ipt_ecn.h
* Make connmark match and target compile with NO_SHARED_LIBS=1
* Make POOL target compile with NO_SHARED_LIBS=1
Index: userspace/include/linux/netfilter_ipv4/ipt_ecn.h
===================================================================
RCS file: /cvsroot/netfilter/userspace/include/linux/netfilter_ipv4/ipt_ecn.h,v
retrieving revision 1.1
diff -u -u -r1.1 ipt_ecn.h
--- userspace/include/linux/netfilter_ipv4/ipt_ecn.h 29 May 2002 15:12:30 -0000 1.1
+++ userspace/include/linux/netfilter_ipv4/ipt_ecn.h 2 Jun 2002 13:46:07 -0000
@@ -9,7 +9,7 @@
*/
#ifndef _IPT_ECN_H
#define _IPT_ECN_H
-#include <linux/netfilter_ipv4/ipt_dcsp.h>
+#include <linux/netfilter_ipv4/ipt_dscp.h>
#define IPT_ECN_IP_MASK (~IPT_DSCP_MASK)
Index: userspace/patch-o-matic/base/ecn.patch
===================================================================
RCS file: /cvsroot/netfilter/userspace/patch-o-matic/base/ecn.patch,v
retrieving revision 1.1
diff -u -u -r1.1 ecn.patch
--- userspace/patch-o-matic/base/ecn.patch 29 May 2002 15:10:11 -0000 1.1
+++ userspace/patch-o-matic/base/ecn.patch 2 Jun 2002 13:46:07 -0000
@@ -13,7 +13,7 @@
+*/
+#ifndef _IPT_ECN_H
+#define _IPT_ECN_H
-+#include <linux/netfilter_ipv4/ipt_dcsp.h>
++#include <linux/netfilter_ipv4/ipt_dscp.h>
+
+#define IPT_ECN_IP_MASK (~IPT_DSCP_MASK)
+
Index: userspace/extensions/libipt_CONNMARK.c
===================================================================
RCS file: /cvsroot/netfilter/userspace/extensions/libipt_CONNMARK.c,v
retrieving revision 1.2
diff -u -r1.2 libipt_CONNMARK.c
--- userspace/extensions/libipt_CONNMARK.c 29 May 2002 13:08:16 -0000 1.2
+++ userspace/extensions/libipt_CONNMARK.c 2 Jun 2002 13:47:09 -0000
@@ -146,6 +146,7 @@
}
}
+static
struct iptables_target mark
= { NULL,
"CONNMARK",
Index: userspace/extensions/libipt_connmark.c
===================================================================
RCS file: /cvsroot/netfilter/userspace/extensions/libipt_connmark.c,v
retrieving revision 1.3
diff -u -r1.3 libipt_connmark.c
--- userspace/extensions/libipt_connmark.c 29 May 2002 13:08:16 -0000 1.3
+++ userspace/extensions/libipt_connmark.c 2 Jun 2002 13:47:09 -0000
@@ -107,6 +107,7 @@
((struct ipt_connmark_info *)match->data)->invert, 0);
}
+static
struct iptables_match mark
= { NULL,
"connmark",
*
//Marcus
--
---------------------------------------+--------------------------
Marcus Sundberg <marcus@ingate.com> | Firewalls with SIP & NAT
Firewall Developer, Ingate Systems AB | http://www.ingate.com/
next reply other threads:[~2002-06-02 14:01 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-06-02 14:01 Marcus Sundberg [this message]
2002-06-04 7:44 ` [PATCH] Compile fixes Harald Welte
2002-06-04 11:10 ` Marcus Sundberg
-- strict thread matches above, loose matches on Subject: below --
2002-02-13 9:19 [patch] compile fixes Andrew Morton
2002-02-13 14:56 ` David Woodhouse
2002-02-14 9:47 ` Adrian Bunk
2002-02-14 10:01 ` Andrew Morton
2002-02-14 14:12 ` Adrian Bunk
2002-02-14 13:58 ` Adrian Bunk
2002-02-15 3:51 ` Andrew Morton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=veg005rd9b.fsf@inigo.ingate.se \
--to=marcus@ingate.com \
--cc=netfilter-devel@lists.samba.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.