Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | We need to have the size of struct dirent equal to the size of struct dirent64 | Eric Andersen | 2003-02-10 | 1 | -7/+1 |
| | | | | | | | 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 | ||||
* | Major rework of the include files to eliminate redundancy | Eric Andersen | 2002-03-01 | 1 | -0/+59 |
and to better support each arch. This is a really big patch... -Erik |