Update to 2.0.0 tree from current Fremantle build
[opencv] / apps / Hawk / CVEiCL / EiC / module / stdClib / src / _SUNOS / dirent.h
diff --git a/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_SUNOS/dirent.h b/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_SUNOS/dirent.h
deleted file mode 100644 (file)
index d2cca69..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef _SYS_DIRENTH
-#define _SYS_DIRENTH
-
-struct  dirent {
-        off_t           d_off;          /* offset of next disk dir entry */
-        unsigned long   d_fileno;       /* file number of entry */
-        unsigned short  d_reclen;       /* length of this record */
-        unsigned short  d_namlen;       /* length of string in d_name */
-        char            d_name[255+1];  /* name (up to MAXNAMLEN + 1) */
-};
-#endif /* _SYS_DIRENTH */
-
-
-
-
-
-