diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-20 17:30:45 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-20 17:30:45 +0000 |
commit | f3bb9d49399fe64f1975b56898e5eabaf7b7101d (patch) | |
tree | 7a61e75ecbbaee24cd29e2541f9023d12eec3756 /libdiskfs/peropen-make.c | |
parent | 55eeff8b2ec3282fb4daae4a77b5e3ce7a8979b1 (diff) |
entered into RCS
Diffstat (limited to 'libdiskfs/peropen-make.c')
-rw-r--r-- | libdiskfs/peropen-make.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libdiskfs/peropen-make.c b/libdiskfs/peropen-make.c index 3b017d7f..de483f26 100644 --- a/libdiskfs/peropen-make.c +++ b/libdiskfs/peropen-make.c @@ -21,8 +21,7 @@ /* Create and return a new peropen structure on node NP with open flags FLAGS. */ struct peropen * -diskfs_make_peropen (struct node *np, int flags, mach_port_t dotdotport, - ino_t dirnum) +diskfs_make_peropen (struct node *np, int flags, mach_port_t dotdotport) { struct peropen *po = malloc (sizeof (struct peropen)); po->filepointer = 0; |