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/priv.h | |
parent | 58d43a69c90a6527f133d19bd4e0cd4b60094124 (diff) |
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/priv.h')
-rw-r--r-- | libdiskfs/priv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libdiskfs/priv.h b/libdiskfs/priv.h index b5c9b98d..11cbe534 100644 --- a/libdiskfs/priv.h +++ b/libdiskfs/priv.h @@ -79,6 +79,9 @@ error_t _diskfs_rdwr_internal (struct node *np, char *data, off_t offset, and auth ports). */ void _diskfs_init_completed (void); +/* Called in a bootstrap filesystem only, to get the privileged ports. */ +void _diskfs_boot_privports (void); + /* Clean routine for control port. */ void _diskfs_control_clean (void *); |