aboutsummaryrefslogtreecommitdiff
path: root/pfinet/linux-src/net/ipv6/route_ipv6.c
diff options
context:
space:
mode:
Diffstat (limited to 'pfinet/linux-src/net/ipv6/route_ipv6.c')
-rw-r--r--pfinet/linux-src/net/ipv6/route_ipv6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/linux-src/net/ipv6/route_ipv6.c b/pfinet/linux-src/net/ipv6/route_ipv6.c
index 5f79a226..d404ae5c 100644
--- a/pfinet/linux-src/net/ipv6/route_ipv6.c
+++ b/pfinet/linux-src/net/ipv6/route_ipv6.c
@@ -542,7 +542,7 @@ static void ip6_link_failure(struct sk_buff *skb)
}
}
-static int ip6_dst_gc()
+static int ip6_dst_gc(void)
{
static unsigned expire = 30*HZ;
static unsigned long last_gc;