projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c2a68b
)
[IPV6]: fix implicit declaration of function `xfrm6_tunnel_unregister'
author
Cal Peake
<cp@absolutedigital.net>
Mon, 25 Jul 2005 02:30:06 +0000
(19:30 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 25 Jul 2005 02:30:06 +0000
(19:30 -0700)
Signed-off-by: Cal Peake <cp@absolutedigital.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_tunnel.c
patch
|
blob
|
history
diff --git
a/net/ipv6/ip6_tunnel.c
b/net/ipv6/ip6_tunnel.c
index f39ddeae1eefbf80fe92d63d91bfd7f83e11f6ac..09613729404cfaa6b7dc7e7ee13e33f0aa300111 100644
(file)
--- a/
net/ipv6/ip6_tunnel.c
+++ b/
net/ipv6/ip6_tunnel.c
@@
-1123,7
+1123,7
@@
static inline int ip6ip6_register(void)
static inline int ip6ip6_unregister(void)
{
- return xfrm6_tunnel_
un
register(&ip6ip6_handler);
+ return xfrm6_tunnel_
de
register(&ip6ip6_handler);
}
#else
static struct inet6_protocol xfrm6_tunnel_protocol = {