From: "Rémi Colinet" <remi.colinet@wanadoo.fr>
To: Kernel List <linux-kernel@vger.kernel.org>
Subject: [2.6.0-test5/-mm2] : compile error with CONFIG_NETFILTER_DEBUG defined
Date: Mon, 15 Sep 2003 14:40:14 +0200 [thread overview]
Message-ID: <3F65B32E.2050102@wanadoo.fr> (raw)
Hi,
I have the following error (nearly a typo error) when trying to compile
2.6.0-test5/-mm2 with CONFIG_NETFILTER_ENABLE defined.
LD drivers/built-in.o
CC net/ipv4/ip_input.o
net/ipv4/ip_input.c: In function `ip_local_deliver_finish':
net/ipv4/ip_input.c:204: invalid suffix on integer constant
net/ipv4/ip_input.c:204: parse error before numeric constant
make[2]: *** [net/ipv4/ip_input.o] Error 1
make[1]: *** [net/ipv4] Error 2
make: *** [net] Error 2
198 static inline int ip_local_deliver_finish(struct sk_buff *skb)
199 {
200 int ihl = skb->nh.iph->ihl*4;
201
202 #ifdef CONFIG_NETFILTER_DEBUG
203 nf_debug_ip_local_deliver(skb);
204 skb->nf_debug =3D 0;
205 #endif /*CONFIG_NETFILTER_DEBUG*/
206
Regards
Rémi
reply other threads:[~2003-09-15 12:35 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=3F65B32E.2050102@wanadoo.fr \
--to=remi.colinet@wanadoo.fr \
--cc=linux-kernel@vger.kernel.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.