diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-11-16 23:18:26 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-11-16 23:18:26 +0100 |
commit | 3ead85e09663b7a1232bdeee385d6bfaf0c79a9e (patch) | |
tree | c1f7644922b3957a2f5570415d4de808a3185ac2 /lib.c | |
parent | d1d0d8f4d628a2ab8c851d88fc0bc1e05aa5febc (diff) |
Fix 64b buildsnsmux
Diffstat (limited to 'lib.c')
-rw-r--r-- | lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ error_t dir_entries_get (file_t dir, char *data; /*The size of `data` */ - size_t data_size; + mach_msg_type_name_t data_size; /*The number of entries in `data` */ int entries_num; |