summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-19 23:29:11 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-19 23:29:11 +0000
commitd10225f82d8c934ee2736b67ec5e8054b01248b2 (patch)
tree2c72faf136b742449b1ea5e084cfd50dc2ab0fec /libdiskfs
parentfe6d5f6ef211984db33a27b418348493a6418a13 (diff)
Formerly diskfs.h.~32~
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/diskfs.h6
1 files changed, 2 insertions, 4 deletions
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 <hurd/fsys.defs>. */
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 <hurd/ports.h> for the