summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/netfilter/ipset/ip_set_getport.h
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-01-21 11:39:56 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-01-21 11:39:56 +0100
commit133dacf17131daa138f22b7ac38f3b94de203681 (patch)
tree903032266b8555c25058c9c223e870a87480740f /kernel/include/linux/netfilter/ipset/ip_set_getport.h
parented3c453a0787ddc10c5ce6010bd6ac663c740b68 (diff)
Fix trailing whitespaces and pr_* messages
Some trailing whitespace slipped in, those are removed. With the deleted ip_set_kernel.h, the pr_* messages lost the trailing "\n" character. The messages were completed with it.
Diffstat (limited to 'kernel/include/linux/netfilter/ipset/ip_set_getport.h')
-rw-r--r--kernel/include/linux/netfilter/ipset/ip_set_getport.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/include/linux/netfilter/ipset/ip_set_getport.h b/kernel/include/linux/netfilter/ipset/ip_set_getport.h
index 33d9fbe..694c433 100644
--- a/kernel/include/linux/netfilter/ipset/ip_set_getport.h
+++ b/kernel/include/linux/netfilter/ipset/ip_set_getport.h
@@ -1,8 +1,6 @@
#ifndef _IP_SET_GETPORT_H
#define _IP_SET_GETPORT_H
-#define IPSET_INVALID_PORT 65536
-
extern bool ip_set_get_ip4_port(const struct sk_buff *skb, bool src,
__be16 *port, u8 *proto);
extern bool ip_set_get_ip6_port(const struct sk_buff *skb, bool src,