From f3bb9d49399fe64f1975b56898e5eabaf7b7101d Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 20 Jul 1994 17:30:45 +0000 Subject: entered into RCS --- libdiskfs/peropen-make.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libdiskfs/peropen-make.c') 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; -- cgit v1.2.3