diff options
author | Roland McGrath <roland@gnu.org> | 1994-05-05 13:14:36 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-05-05 13:14:36 +0000 |
commit | a56dfe866eb1aa2326e0f36855ff9b8dd29dc3ed (patch) | |
tree | 4af051d392bfc4c576a3c801478abca666ab80e0 | |
parent | f6577bbe912f968859a313f101ca11cc7db2cd3c (diff) |
Formerly file-getcontrol.c.~4~
-rw-r--r-- | libdiskfs/file-getcontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/file-getcontrol.c b/libdiskfs/file-getcontrol.c index ac936353..6c53a12f 100644 --- a/libdiskfs/file-getcontrol.c +++ b/libdiskfs/file-getcontrol.c @@ -19,7 +19,7 @@ #include "fs_S.h" /* Implement file_getcontrol as described in <hurd/fs.defs>. */ -error_t +kern_return_t diskfs_S_file_getcontrol (struct protid *cred, mach_port_t *control, mach_msg_type_name_t *controltype) |