Tartarus CVS: ciel chris

tartarus-commits-admin@lists.tartarus.org tartarus-commits-admin@lists.tartarus.org
Mon, 25 Feb 2002 11:18:41 +0000


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).