All of lore.kernel.org
 help / color / mirror / Atom feed
From: Emmanuel Guiton <emmanuel@netlab.hut.fi>
To: netfilter-devel@lists.netfilter.org
Subject: Compilation error: nf_debug in nfnetlink.c
Date: Fri, 05 Dec 2003 18:58:13 +0200	[thread overview]
Message-ID: <3FD0B925.6020205@netlab.hut.fi> (raw)

Hi!

While compiling nfnetlink.c I got the following error:

nfnetlink.c: In function `nfnetlink_rcv_msg':
nfnetlink.c:231: parse error before `)'
nfnetlink.c:238: parse error before `)'
nfnetlink.c:244: parse error before `)'
make[2]: *** [nfnetlink.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.23/net/ipv4/netfilter'
make[1]: *** [_modsubdir_ipv4/netfilter] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.23/net'
make: *** [_mod_net] Error 2

The error occurs in only three occurences of nf_debug(level, format, 
arg...) which do not have any arguments.

Example:
231        nf_debug(0, "received non-request message\n");
This line does not work while the following works:
256        nf_debug(0, "permission denied for type %d\n", type);


Did someone already se this problem? Any idea about wat causes it?

            Emmanuel

             reply	other threads:[~2003-12-05 16:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-05 16:58 Emmanuel Guiton [this message]
2003-12-05 17:02 ` Compilation error: nf_debug in nfnetlink.c Henrik Nordstrom
2003-12-05 17:21   ` Emmanuel Guiton
     [not found] <Pine.LNX.4.44.0312051843090.4858-100000@filer.marasystems.com>
2003-12-05 17:54 ` Emmanuel Guiton
2003-12-05 18:26   ` Patrick McHardy
2003-12-05 22:11   ` Henrik Nordstrom

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=3FD0B925.6020205@netlab.hut.fi \
    --to=emmanuel@netlab.hut.fi \
    --cc=netfilter-devel@lists.netfilter.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.