Oops, previous modification for passing NULL to fib_init() did not

compile :-(.
This commit is contained in:
Pavel Machek 1998-12-22 19:20:43 +00:00
parent ce45fc1287
commit 1d7c44b711

View file

@ -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)
{
}