From 68a85b576d96ede8c8986fa4e27be8676f420c80 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org" Date: Wed, 26 Mar 2008 15:58:42 +0000 Subject: fix minor compilation issue in amd64 with gcc4.3 (reported by Daniel Schepler via M.Kellermann) --- src/conntrack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/conntrack.c b/src/conntrack.c index a6e7d6f..0ef230e 100644 --- a/src/conntrack.c +++ b/src/conntrack.c @@ -299,7 +299,7 @@ err2str(int err, enum action command) { CT_CREATE, ETIME, "conntrack has expired" }, { EXP_CREATE, ENOENT, "master conntrack not found" }, { EXP_CREATE, EINVAL, "invalid parameters" }, - { ~0UL, EPERM, "sorry, you must be root or get " + { ~0U, EPERM, "sorry, you must be root or get " "CAP_NET_ADMIN capability to do this"} }; -- cgit v1.2.3