|
|
1.1 ! root 1: #ifndef _SYS_DIRENT_H ! 2: #define _SYS_DIRENT_H ! 3: ! 4: #include <limits.h> ! 5: ! 6: struct dirent { ! 7: long d_ino; ! 8: off_t d_off; ! 9: unsigned short d_reclen; ! 10: char d_name[NAME_MAX+1]; ! 11: }; ! 12: ! 13: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.