Update the changelog
[opencv] / apps / Hawk / CVEiCL / EiC / module / stdClib / src / _OSF1 / dirent.h
1 #ifndef _SYS_DIRENTH
2 #define _SYS_DIRENTH
3
4 struct  dirent {
5         ino_t    d_ino;               /* file number of entry */
6         unsigned short d_reclen;            /* length of this record */
7         unsigned short d_namlen;            /* length of string in d_name */
8         char    d_name[256];            /* DUMMY NAME LENGTH */
9                                         /* the real maximum length is */
10                                         /* returned by pathconf() */
11                                         /* At this time, this MUST */
12                                         /* be 256 -- the kernel */
13                                         /* requires it */
14 };
15 #endif /* _SYS_DIRENTH */
16
17
18
19
20
21