Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-10 | We need to have the size of struct dirent equal to the size of struct dirent64 | Eric Andersen | |
so when _FILE_OFFSET_BITS=64 (such that we transparently change 32bit into 64 bit interfaces), we will not lose an unsigned char from d_name which silently becomes the d_type field instead. oops. -Erik | |||
2002-03-01 | Major rework of the include files to eliminate redundancy | Eric Andersen | |
and to better support each arch. This is a really big patch... -Erik |