diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-19 22:55:01 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-19 22:55:01 +0000 |
commit | cb69b3e0db18aefbcbe62a396c0eaf7d1e0c6a89 (patch) | |
tree | af80a02589213634d28b1e4494ca1d37dde72ab2 /libdiskfs/peropen-make.c | |
parent | e7cd2a9173ea3c656ba4142258e3fb75415ad5ce (diff) |
Formerly peropen-make.c.~8~
Diffstat (limited to 'libdiskfs/peropen-make.c')
-rw-r--r-- | libdiskfs/peropen-make.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdiskfs/peropen-make.c b/libdiskfs/peropen-make.c index de483f26..3b017d7f 100644 --- a/libdiskfs/peropen-make.c +++ b/libdiskfs/peropen-make.c @@ -21,7 +21,8 @@ /* 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) +diskfs_make_peropen (struct node *np, int flags, mach_port_t dotdotport, + ino_t dirnum) { struct peropen *po = malloc (sizeof (struct peropen)); po->filepointer = 0; |