diff options
author | Roland McGrath <roland@gnu.org> | 1994-05-05 13:14:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-05-05 13:14:38 +0000 |
commit | 6f78464dd86481c46811130e151c8115ad966dd3 (patch) | |
tree | 89851cd00be774824132c066318edf13c445dd6e | |
parent | d8342902f3261db926898372c48a4b63f9124c99 (diff) |
Formerly file-get-trans.c.~8~
-rw-r--r-- | libdiskfs/file-get-trans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/file-get-trans.c b/libdiskfs/file-get-trans.c index 485420e3..1c44b332 100644 --- a/libdiskfs/file-get-trans.c +++ b/libdiskfs/file-get-trans.c @@ -21,7 +21,7 @@ #include "fs_S.h" /* Implement file_get_translator as described in <hurd/fs.defs>. */ -error_t +kern_return_t diskfs_S_file_get_translator (struct protid *cred, char **trans, u_int *translen) |