From b5a24c19d95c8f34185da0cef998ca9d8f27df9c Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 7 Feb 1994 21:13:49 +0000 Subject: Formerly peropen-make.c.~2~ --- libdiskfs/peropen-make.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdiskfs/peropen-make.c b/libdiskfs/peropen-make.c index f8a83a58..6bb4c75f 100644 --- a/libdiskfs/peropen-make.c +++ b/libdiskfs/peropen-make.c @@ -25,7 +25,7 @@ diskfs_make_peropen (struct node *np, int flags) struct peropen *po = malloc (sizeof (struct peropen)); diskfs_nref (np); po->filepointer = 0; - po->flock_status = LOCK_UN; + po->lock_status = LOCK_UN; po->refcnt = 0; po->openstat = flags; po->np = np; -- cgit v1.2.3