Update to 2.0.0 tree from current Fremantle build
[opencv] / apps / Hawk / CVEiCL / EiC / module / stdClib / src / _FREEBSD / dirent.h
diff --git a/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_FREEBSD/dirent.h b/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_FREEBSD/dirent.h
deleted file mode 100644 (file)
index f760683..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _SYS_DIRENTH
-#define _SYS_DIRENTH
-
-struct dirent {                                /* data from getdents()/readdir() */
-       unsigned        d_ino;          /* file number of entry */
-       unsigned short  d_reclen;       /* length of this record */
-       unsigned char   d_type;         /* file type */
-       unsigned char   d_namlen;       /* length of string in d_name */
-       char            d_name[255+1];  /* name of file */
-};
-
-#endif /* _SYS_DIRENTH */