aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/ipt_LOG.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-11-29 16:28:18 -0800
committerDavid S. Miller <davem@davemloft.net>2005-11-29 16:28:18 -0800
commitd127e94a5cf1c9c996b8c67cd2595b96c3e35e4c (patch)
treed79df4d600f0c81e7b156bc5e8c6448e28ab6ee7 /net/ipv4/netfilter/ipt_LOG.c
parent[IPV4]: make two functions static (diff)
downloadlinux-dev-d127e94a5cf1c9c996b8c67cd2595b96c3e35e4c.tar.xz
linux-dev-d127e94a5cf1c9c996b8c67cd2595b96c3e35e4c.zip
[NETFILTER] ipv4: small cleanups
This patch contains the following cleanups: - make needlessly global code static - ip_conntrack_core.c: ip_conntrack_flush() -> ip_conntrack_flush(void) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/ipv4/netfilter/ipt_LOG.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/ipt_LOG.c b/net/ipv4/netfilter/ipt_LOG.c
index 180d6ca04af6..30be0f1dae37 100644
--- a/net/ipv4/netfilter/ipt_LOG.c
+++ b/net/ipv4/netfilter/ipt_LOG.c
@@ -351,7 +351,7 @@ static void dump_packet(const struct nf_loginfo *info,
/* maxlen = 230+ 91 + 230 + 252 = 803 */
}
-struct nf_loginfo default_loginfo = {
+static struct nf_loginfo default_loginfo = {
.type = NF_LOG_TYPE_LOG,
.u = {
.log = {