From 99333fa11a299acc182ed20dfc907622399deeba Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 7 Oct 1994 22:02:21 +0000 Subject: entered into RCS --- libdiskfs/diskfs.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libdiskfs') diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h index 0c3d3143..17bf89dd 100644 --- a/libdiskfs/diskfs.h +++ b/libdiskfs/diskfs.h @@ -484,8 +484,9 @@ void diskfs_spawn_first_thread (void); /* Once diskfs_root_node is set, call this if we are a bootstrap filesystem. If you call this, then the library will call - diskfs_init_completed once it has a valid proc and auth port.*/ -void diskfs_start_bootstrap (void); + diskfs_init_completed once it has a valid proc and auth port. + ARGV (the address) is supplied to the proc server. */ +void diskfs_start_bootstrap (char **argv); /* Last step of init is to call this, which never returns. */ void diskfs_main_request_loop (void); -- cgit v1.2.3