aboutsummaryrefslogtreecommitdiff
path: root/libnetfs/io-stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnetfs/io-stat.c')
-rw-r--r--libnetfs/io-stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnetfs/io-stat.c b/libnetfs/io-stat.c
index 0e4f5d6f..1bc1b17f 100644
--- a/libnetfs/io-stat.c
+++ b/libnetfs/io-stat.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1995 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Written by Michael I. Bushnell, p/BSG.
This file is part of the GNU Hurd.
@@ -32,7 +32,7 @@ netfs_S_io_stat (struct protid *fileuser,
return EOPNOTSUPP;
mutex_lock (&fileuser->po->np->lock);
- err = netfs_validate_stat (fileuser->po->np, fileuser->credential);
+ err = netfs_validate_stat (fileuser->po->np, fileuser->user);
if (!err)
bcopy (&fileuser->po->np->nn_stat, statbuf, sizeof (struct stat));
mutex_unlock (&fileuser->po->np->lock);