diff options
Diffstat (limited to 'libtrivfs/file-set-trans.c')
-rw-r--r-- | libtrivfs/file-set-trans.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libtrivfs/file-set-trans.c b/libtrivfs/file-set-trans.c index 36e9bd21..49eeba83 100644 --- a/libtrivfs/file-set-trans.c +++ b/libtrivfs/file-set-trans.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 @@ -25,7 +25,7 @@ trivfs_S_file_set_translator (struct trivfs_protid *cred, int passflags, int oldtransflags, char *trans, - u_int translen, + size_t translen, mach_port_t existing) { return EOPNOTSUPP; |