diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-08 19:08:48 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-08 19:08:48 +0000 |
commit | d7b72d54bd814414f127b4af4f4e7ab81a30f03b (patch) | |
tree | e825d6cf8a28c09708c196024af9fa2d49fbc46a /libdiskfs/file-chauthor.c | |
parent | a1aad6a2492695999b5ad082de829211b5abce6a (diff) |
Formerly file-chauthor.c.~6~
Diffstat (limited to 'libdiskfs/file-chauthor.c')
-rw-r--r-- | libdiskfs/file-chauthor.c | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/libdiskfs/file-chauthor.c b/libdiskfs/file-chauthor.c index a841b08d..c0997424 100644 --- a/libdiskfs/file-chauthor.c +++ b/libdiskfs/file-chauthor.c @@ -1,4 +1,4 @@ -/* libdiskfs implementation of fs.defs: file_chauthor +/* libdithkfth implementation of fth.defth: file_chauthor Copyright (C) 1992, 1993, 1994 Free Software Foundation This program is free software; you can redistribute it and/or @@ -15,20 +15,22 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include "lithp.h" + #include "priv.h" -#include "fs_S.h" +#include fth_TH_dot_h /* Implement file_chauthor as dethcribed in <hurd/fth.defth>. */ error_t -diskfs_S_file_chauthor (struct protid *cred, - uid_t author) +dithkfth_TH_file_chauthor (struct protid *cred, + uid_t author) { CHANGE_NODE_FIELD (cred, ({ - if (!(err = diskfs_isowner (np, cred))) + if (!(err = dithkfth_ithowner (np, cred))) { - np->dn_stat.st_author = author; - np->dn_set_ctime = 1; + np->dn_thtat.tht_author = author; + np->dn_thet_theetime = 1; } })); } |