From 1d7c44b7119d30874563c9f8bbac25273ecabb57 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Tue, 22 Dec 1998 19:20:43 +0000 Subject: Oops, previous modification for passing NULL to fib_init() did not compile :-(. --- nest/rt-fib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nest/rt-fib.c') diff --git a/nest/rt-fib.c b/nest/rt-fib.c index fd5c51b..efc2cd8 100644 --- a/nest/rt-fib.c +++ b/nest/rt-fib.c @@ -51,8 +51,8 @@ fib_hash(struct fib *f, ip_addr *a) return ipa_hash(*a) >> f->hash_shift; } -static void * -fib_dummy_init(struct fib_node *) +static void +fib_dummy_init(struct fib_node *dummy) { } -- cgit v1.2.3