From 1764a4cd92f259e5c6e5a851bb1d5f09ca41a8e3 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 27 Dec 1998 10:11:53 +0000 Subject: 1998-12-27 Roland McGrath * boot-start.c (_diskfs_boot_privports): Renamed from diskfs_*. * priv.h: Declare it. * console.c (diskfs_console_stdio): Change caller. --- libdiskfs/priv.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libdiskfs/priv.h') 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 *); -- cgit v1.2.3