summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-19 22:55:01 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-19 22:55:01 +0000
commitcb69b3e0db18aefbcbe62a396c0eaf7d1e0c6a89 (patch)
treeaf80a02589213634d28b1e4494ca1d37dde72ab2
parente7cd2a9173ea3c656ba4142258e3fb75415ad5ce (diff)
Formerly peropen-make.c.~8~
-rw-r--r--libdiskfs/peropen-make.c3
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;