diff options
author | Roland McGrath <roland@gnu.org> | 1994-05-05 13:14:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-05-05 13:14:37 +0000 |
commit | d8342902f3261db926898372c48a4b63f9124c99 (patch) | |
tree | e98a6f483be545f8dcd1dc7e1fd2202a2b40fd16 /libdiskfs | |
parent | a56dfe866eb1aa2326e0f36855ff9b8dd29dc3ed (diff) |
Formerly file-get-transcntl.c.~5~
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/file-get-transcntl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/file-get-transcntl.c b/libdiskfs/file-get-transcntl.c index 187cbc6f..66e18da1 100644 --- a/libdiskfs/file-get-transcntl.c +++ b/libdiskfs/file-get-transcntl.c @@ -19,7 +19,7 @@ #include "fs_S.h" /* Implement file_get_translator_cntl as described in <hurd/fs.defs>. */ -error_t +kern_return_t diskfs_S_file_get_translator_cntl (struct protid *cred, mach_port_t *ctl) { |