CVSROOT: /usr/data/cvs Module name: ciel Changes by: chris 02/02/25 11:18:40 Modified files: x86_libc : dirent.cc stdio.cc Log message: Fixed a bug in the dirent wrapper: apparently __ino64_t is only 32 bits. This makes a plain "ls" actually print all the filenames correctly, although not in the right order (qsort is currently a no-op).