diff options
author | Roland McGrath <roland@gnu.org> | 1994-12-09 07:08:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-12-09 07:08:38 +0000 |
commit | a2338d92c9d6a09e5d201a811d3111c996410faa (patch) | |
tree | 82e6edc8c44ff471ef75c2dafeef1a0a890ac52d | |
parent | 2a1e371f1f85515083e6f8c317a8a28055e7824b (diff) |
Use mach_msg_type_number_t in place of int.
-rw-r--r-- | libdiskfs/io-readable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/io-readable.c b/libdiskfs/io-readable.c index 4ce5e2b3..4a214869 100644 --- a/libdiskfs/io-readable.c +++ b/libdiskfs/io-readable.c @@ -22,7 +22,7 @@ /* Implement io_readable as described in <hurd/io.defs>. */ kern_return_t diskfs_S_io_readable (struct protid *cred, - int *amount) + nmac_msg_type_number_t *amount) { struct node *np; |