Move the sources to trunk
[opencv] / apps / Hawk / CVEiCL / EiC / module / stdClib / src / _NETBSD / dirent.h
1 #ifndef _SYS_DIRENTH
2 #define _SYS_DIRENTH
3
4 struct dirent {                         /* data from getdents()/readdir() */
5         unsigned        d_ino;          /* file number of entry */
6         unsigned short  d_reclen;       /* length of this record */
7         unsigned char   d_type;         /* file type */
8         unsigned char   d_namlen;       /* length of string in d_name */
9         char            d_name[255+1];  /* name of file */
10 };
11
12 #endif /* _SYS_DIRENTH */