diff options
author | Roland McGrath <roland@gnu.org> | 1998-11-29 17:17:34 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-11-29 17:17:34 +0000 |
commit | de628a762dd484d99344268fcf71cd7a57282729 (patch) | |
tree | e64dfb0b6e8e6eb06b8650cf0e0784cd9ebd4538 | |
parent | 34a9c306ed26aae53e43d3c4da37bbf6d24d4486 (diff) |
1998-11-25 Mark Kettenis <kettenis@phys.uva.nl>
* boot-start.c (diskfs_S_fsys_init): Call _hurd_proc_init with new
args set to zero.
-rw-r--r-- | libdiskfs/boot-start.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/boot-start.c b/libdiskfs/boot-start.c index 030f440a..8a956b30 100644 --- a/libdiskfs/boot-start.c +++ b/libdiskfs/boot-start.c @@ -432,7 +432,7 @@ diskfs_S_fsys_init (mach_port_t port, _hurd_port_set (&_hurd_ports[INIT_PORT_AUTH], authhandle); /* Consume. */ _hurd_port_set (&_hurd_ports[INIT_PORT_CRDIR], root_pt); /* Consume. */ _hurd_port_set (&_hurd_ports[INIT_PORT_CWDIR], root_pt); /* Consume. */ - _hurd_proc_init (diskfs_argv); + _hurd_proc_init (diskfs_argv, NULL, 0); } else { |