diff options
Diffstat (limited to 'libtrivfs/file-chauthor.c')
-rw-r--r-- | libtrivfs/file-chauthor.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libtrivfs/file-chauthor.c b/libtrivfs/file-chauthor.c index 5f61743a..0460bfe1 100644 --- a/libtrivfs/file-chauthor.c +++ b/libtrivfs/file-chauthor.c @@ -1,5 +1,5 @@ -/* - Copyright (C) 1994 Free Software Foundation +/* + Copyright (C) 1994,2002 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -16,7 +16,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "priv.h" -#include "fs_S.h" kern_return_t trivfs_S_file_chauthor (struct trivfs_protid *cred, @@ -25,4 +24,3 @@ trivfs_S_file_chauthor (struct trivfs_protid *cred, { return cred ? file_chauthor (cred->realnode, auth) : EOPNOTSUPP; } - |