diff options
Diffstat (limited to 'libdiskfs/file-chown.c')
-rw-r--r-- | libdiskfs/file-chown.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libdiskfs/file-chown.c b/libdiskfs/file-chown.c index 985b84ca..35893622 100644 --- a/libdiskfs/file-chown.c +++ b/libdiskfs/file-chown.c @@ -1,5 +1,5 @@ /* libdiskfs implementetation of fs.defs: file_chown - Copyright (C) 1992, 1993, 1994 Free Software Foundation + Copyright (C) 1994 Free Software Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -19,9 +19,9 @@ /* Implement file_chown as described in <hurd/fs.defs>. */ error_t -diskfs_S_file_chown (struct protid *cred, - uid_t uid, - gid_t gid) +S_file_chown (struct protid *cred, + uid_t uid, + gid_t gid) { CHANGE_NODE_FIELD (cred, ({ |