summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-20 17:30:45 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-20 17:30:45 +0000
commitf3bb9d49399fe64f1975b56898e5eabaf7b7101d (patch)
tree7a61e75ecbbaee24cd29e2541f9023d12eec3756
parent55eeff8b2ec3282fb4daae4a77b5e3ce7a8979b1 (diff)
entered into RCS
-rw-r--r--libdiskfs/peropen-make.c3
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;