From a1dd4173056b57f5d74edba82f30a4d15dbddf06 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 17 Feb 1994 19:25:59 +0000 Subject: Formerly peropen-make.c.~4~ --- 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 69c50029..32431a85 100644 --- a/libdiskfs/peropen-make.c +++ b/libdiskfs/peropen-make.c @@ -15,7 +15,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "priv.h" +#include "protid.h" #include /* Create and return a new peropen structure on node NP with open @@ -24,7 +24,6 @@ struct peropen * diskfs_make_peropen (struct node *np, int flags) { struct peropen *po = malloc (sizeof (struct peropen)); - diskfs_nref (np); po->filepointer = 0; po->lock_status = LOCK_UN; po->refcnt = 0; -- cgit v1.2.3