From: Rusty Russell <rusty@linuxcare.com.au>
To: Mark James <mrj@cs.usyd.edu.au>
Cc: torvalds@transmeta.com, linux-kernel@vger.kernel.org
Subject: Re: netfilter enum conflict?
Date: Tue, 02 Jan 2001 10:29:13 +1100 [thread overview]
Message-ID: <E14DEO9-0001GI-00@halfway> (raw)
In-Reply-To: Your message of "Tue, 02 Jan 2001 04:49:32 +1100." <3A50C32C.91350CB@cs.usyd.edu.au>
In message <3A50C32C.91350CB@cs.usyd.edu.au> you write:
> Hi:
>
> include/linux/netfilter_ipv4.h and include/linux/netfilter_ipv6.h
> both define enum nf_ip_hook_priorities. This trips the compiler
> if both are included. Should one change to nf_ipv6_hook_priorities?
Yes. Only noone has ever included both yet.
Rusty.
--
Hacking time.
--- working-2.4.0-test13-3/include/linux/netfilter_ipv6.h.~1~ Tue May 23 02:50:55 2000
+++ working-2.4.0-test13-3/include/linux/netfilter_ipv6.h Tue Jan 2 10:27:51 2001
@@ -54,7 +54,7 @@
#define NF_IP6_NUMHOOKS 5
-enum nf_ip_hook_priorities {
+enum nf_ip6_hook_priorities {
NF_IP6_PRI_FIRST = INT_MIN,
NF_IP6_PRI_CONNTRACK = -200,
NF_IP6_PRI_MANGLE = -150,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
prev parent reply other threads:[~2001-01-02 0:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-01-01 17:49 netfilter enum conflict? Mark James
2001-01-01 23:29 ` Rusty Russell [this message]
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=E14DEO9-0001GI-00@halfway \
--to=rusty@linuxcare.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=mrj@cs.usyd.edu.au \
--cc=torvalds@transmeta.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox