From 934d000408d395cec0ad5322a4d50d774edbbfa2 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 15 Feb 1994 19:26:41 +0000 Subject: Formerly file-lock-stat.c.~2~ --- libdiskfs/file-lock-stat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libdiskfs') diff --git a/libdiskfs/file-lock-stat.c b/libdiskfs/file-lock-stat.c index a529cd84..258bb367 100644 --- a/libdiskfs/file-lock-stat.c +++ b/libdiskfs/file-lock-stat.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1993, 1994 Free Software Foundation + Copyright (C) 1994 Free Software Foundation This file is part of the GNU Hurd. @@ -31,6 +31,6 @@ diskfs_S_file_lock_stat (struct protid *cred, return EOPNOTSUPP; *mystatus = cred->po->lock_status; - *otherstatus = cred->po->node->userlock->type; + *otherstatus = cred->po->np->userlock.type; return 0; } -- cgit v1.2.3