From 3ead85e09663b7a1232bdeee385d6bfaf0c79a9e Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 16 Nov 2024 23:18:26 +0100 Subject: Fix 64b builds --- lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib.c') diff --git a/lib.c b/lib.c index 86395c278..0efd50259 100644 --- a/lib.c +++ b/lib.c @@ -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; -- cgit v1.2.3