From 95b2e875b680c66de7b61915a9c7b075de88bc4a Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 31 Jan 1994 20:25:06 +0000 Subject: Initial revision --- libdiskfs/file-chown.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libdiskfs/file-chown.c') 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 . */ 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, ({ -- cgit v1.2.3