From d10225f82d8c934ee2736b67ec5e8054b01248b2 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 19 Jul 1994 23:29:11 +0000 Subject: Formerly diskfs.h.~32~ --- libdiskfs/diskfs.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libdiskfs/diskfs.h') diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h index 331def86..f26d8663 100644 --- a/libdiskfs/diskfs.h +++ b/libdiskfs/diskfs.h @@ -49,7 +49,7 @@ struct peropen int lock_status; int refcnt; int openstat; - mach_port_t dotdotport; + mach_port_t dotdotport; /* dotdot from ROOT through this peropen */ struct node *np; }; @@ -847,9 +847,7 @@ error_t diskfs_shutdown (int flags); are all as for fsys_startup in . */ error_t diskfs_execboot_fsys_startup (mach_port_t port, mach_port_t ctl, mach_port_t *real, - mach_msg_type_name_t *realpoly, - mach_port_t *dotdot_node, - mach_msg_type_name_t *dotdot_node_poly); + mach_msg_type_name_t *realpoly); /* The ports library requires the following to be defined; the diskfs library provides a definition. See for the -- cgit v1.2.3