diff options
author | Roland McGrath <roland@gnu.org> | 1998-12-27 10:11:53 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-12-27 10:11:53 +0000 |
commit | 1764a4cd92f259e5c6e5a851bb1d5f09ca41a8e3 (patch) | |
tree | 4c9bb4b456caa6ca7e903cfc9734e6e412734f7b /libdiskfs/boot-start.c | |
parent | 58d43a69c90a6527f133d19bd4e0cd4b60094124 (diff) | |
download | hurd-1764a4cd92f259e5c6e5a851bb1d5f09ca41a8e3.tar.gz hurd-1764a4cd92f259e5c6e5a851bb1d5f09ca41a8e3.tar.bz2 hurd-1764a4cd92f259e5c6e5a851bb1d5f09ca41a8e3.zip |
1998-12-27 Roland McGrath <roland@baalperazim.frob.com>
* boot-start.c (_diskfs_boot_privports): Renamed from diskfs_*.
* priv.h: Declare it.
* console.c (diskfs_console_stdio): Change caller.
Diffstat (limited to 'libdiskfs/boot-start.c')
-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 725addaa..7d92aceb 100644 --- a/libdiskfs/boot-start.c +++ b/libdiskfs/boot-start.c @@ -67,7 +67,7 @@ get_console () /* Make sure we have the privileged ports. */ void -diskfs_boot_privports (void) +_diskfs_boot_privports (void) { assert (diskfs_boot_flags); if (_hurd_host_priv == MACH_PORT_NULL) |