From 2469c867a164210ce96143517059f21db7f1fd17 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Wed, 25 May 1994 09:21:21 +0000 Subject: The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman --- sys/miscfs/nullfs/null_subr.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/miscfs/nullfs/null_subr.c') diff --git a/sys/miscfs/nullfs/null_subr.c b/sys/miscfs/nullfs/null_subr.c index a31723f..5541fb3 100644 --- a/sys/miscfs/nullfs/null_subr.c +++ b/sys/miscfs/nullfs/null_subr.c @@ -73,6 +73,7 @@ static struct null_node_cache null_node_cache[NNULLNODECACHE]; /* * Initialise cache headers */ +int nullfs_init() { struct null_node_cache *ac; @@ -82,6 +83,7 @@ nullfs_init() for (ac = null_node_cache; ac < null_node_cache + NNULLNODECACHE; ac++) ac->ac_forw = ac->ac_back = (struct null_node *) ac; + return (0); } /* -- cgit v1.1