lfs64.patch (329B)
1 diff --git a/src/posix-io.c b/src/posix-io.c 2 index a422d8f..25f694e 100644 3 --- a/src/posix-io.c 4 +++ b/src/posix-io.c 5 @@ -74,8 +74,8 @@ 6 * define it ourselves. */ 7 struct linux_dirent64 8 { 9 - ino64_t d_ino; 10 - off64_t d_off; 11 + ino_t d_ino; 12 + off_t d_off; 13 unsigned short d_reclen; 14 unsigned char d_type; 15 char d_name[];