diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-11-13 21:45:05 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-11-13 21:45:05 +0000 |
commit | 76d865eff89fbc81134af4aefd0b42618bb038a3 (patch) | |
tree | 24bf151815e47a39b2a19b00881f17ceef63bc77 /libnetfs/file-utimes.c | |
parent | 27d42723c4c06dcd73e32f963247ceda6f43c7a5 (diff) |
Formerly file-utimes.c.~2~
Diffstat (limited to 'libnetfs/file-utimes.c')
-rw-r--r-- | libnetfs/file-utimes.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libnetfs/file-utimes.c b/libnetfs/file-utimes.c index 2924aefe..a3e79946 100644 --- a/libnetfs/file-utimes.c +++ b/libnetfs/file-utimes.c @@ -38,8 +38,7 @@ netfs_S_file_utimes (struct protid *user, return EOPNOTSUPP; mutex_lock (&user->po->np->lock); - err = netfs_attempt_chown (user->credential, user->po->np, - uid, gid); + err = netfs_attempt_utimes (user->credential, user->po->np, &atime, &mtime); mutex_unlock (&user->po->np->lock); return err; } |