summaryrefslogtreecommitdiff
path: root/libdiskfs/file-lock-stat.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-15 19:26:41 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-15 19:26:41 +0000
commit934d000408d395cec0ad5322a4d50d774edbbfa2 (patch)
treec16552ffca49a13c48250027f98085a057e279e9 /libdiskfs/file-lock-stat.c
parentbdf1f29e23eff0e2c7eef35cb50a14498c182819 (diff)
Formerly file-lock-stat.c.~2~
Diffstat (limited to 'libdiskfs/file-lock-stat.c')
-rw-r--r--libdiskfs/file-lock-stat.c4
1 files changed, 2 insertions, 2 deletions
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;
}