summaryrefslogtreecommitdiff
path: root/libdiskfs/file-chown.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-03 20:34:51 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-03 20:34:51 +0000
commite80c592e127635c873a2d99e6b697a98cfda4ba0 (patch)
tree32de97ec8be308128ba326de3a37b22ca286a269 /libdiskfs/file-chown.c
parente0bfe949c31187a0a075c7d31b99b7fd115a8c28 (diff)
Formerly file-chown.c.~3~
Diffstat (limited to 'libdiskfs/file-chown.c')
-rw-r--r--libdiskfs/file-chown.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/libdiskfs/file-chown.c b/libdiskfs/file-chown.c
index 35893622..3997343e 100644
--- a/libdiskfs/file-chown.c
+++ b/libdiskfs/file-chown.c
@@ -1,5 +1,5 @@
/* libdiskfs implementetation of fs.defs: file_chown
- Copyright (C) 1994 Free Software Foundation
+ Copyright (C) 1992, 1993, 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
@@ -16,12 +16,13 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "priv.h"
+#include "fs_S.h"
/* Implement file_chown as described in <hurd/fs.defs>. */
error_t
-S_file_chown (struct protid *cred,
- uid_t uid,
- gid_t gid)
+diskfs_S_file_chown (struct protid *cred,
+ uid_t uid,
+ gid_t gid)
{
CHANGE_NODE_FIELD (cred,
({