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