summaryrefslogtreecommitdiffstats
path: root/include/net/rawv6.h
diff options
context:
space:
mode:
authorEric Dumazet2012-05-18 20:57:34 +0200
committerDavid S. Miller2012-05-19 07:08:16 +0200
commita50feda546ac03415707a9bbcac8d6b20714db21 (patch)
tree3c1f5d64399e713c97545ca39984d4d2efe6ca5d /include/net/rawv6.h
parentipx: Remove spurious NULL checking in ipx_ioctl(). (diff)
downloadkernel-qcow2-linux-a50feda546ac03415707a9bbcac8d6b20714db21.tar.gz
kernel-qcow2-linux-a50feda546ac03415707a9bbcac8d6b20714db21.tar.xz
kernel-qcow2-linux-a50feda546ac03415707a9bbcac8d6b20714db21.zip
ipv6: bool/const conversions phase2
Mostly bool conversions, some inline removals and const additions. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/rawv6.h')
-rw-r--r--include/net/rawv6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/rawv6.h b/include/net/rawv6.h
index cf7577234457..e7ea660e4db6 100644
--- a/include/net/rawv6.h
+++ b/include/net/rawv6.h
@@ -5,7 +5,7 @@
void raw6_icmp_error(struct sk_buff *, int nexthdr,
u8 type, u8 code, int inner_offset, __be32);
-int raw6_local_deliver(struct sk_buff *, int);
+bool raw6_local_deliver(struct sk_buff *, int);
extern int rawv6_rcv(struct sock *sk,
struct sk_buff *skb);