From 587dda340e6a3357c2bc3e181810099e6d033fba Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 30 Jan 1996 19:59:04 +0000 Subject: Formerly init-init.c.~3~ --- libnetfs/init-init.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/libnetfs/init-init.c b/libnetfs/init-init.c index 35a8c11d..2ad25be8 100644 --- a/libnetfs/init-init.c +++ b/libnetfs/init-init.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1996 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. This file is part of the GNU Hurd. @@ -23,3 +23,11 @@ spin_lock_t netfs_node_refcnt_lock = SPIN_LOCK_INITIALIZER; +void +netfs_init () +{ + netfs_protid_class = ports_create_class (netfs_release_protid, 0); + netfs_control_class = ports_create_class (0, 0); + netfs_port_bucket = ports_create_bucket (); + netfs_auth_server_port = getauth (); +} -- cgit v1.2.3