diff options
author | Roland McGrath <roland@gnu.org> | 1994-12-11 22:39:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-12-11 22:39:54 +0000 |
commit | 0475e0f4cff3893c29ad937648317624960877c3 (patch) | |
tree | cccde2bc45a7912511be62dae585321a9aab60ac /libdiskfs | |
parent | c11afdbf17e562e8b5d4f400f37f5d642964f42b (diff) |
(diskfs_S_io_readable): Fix typo in last change.
Diffstat (limited to 'libdiskfs')
-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 4a214869..3bb93879 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, - nmac_msg_type_number_t *amount) + mach_msg_type_number_t *amount) { struct node *np; |