Update to 2.0.0 tree from current Fremantle build
[opencv] / apps / Hawk / CVEiCL / EiC / module / stdClib / src / _OSF1 / dirent.h
diff --git a/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_OSF1/dirent.h b/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_OSF1/dirent.h
deleted file mode 100644 (file)
index 4686e09..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef _SYS_DIRENTH
-#define _SYS_DIRENTH
-
-struct  dirent {
-        ino_t    d_ino;               /* 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[256];            /* DUMMY NAME LENGTH */
-                                        /* the real maximum length is */
-                                        /* returned by pathconf() */
-                                        /* At this time, this MUST */
-                                        /* be 256 -- the kernel */
-                                        /* requires it */
-};
-#endif /* _SYS_DIRENTH */
-
-
-
-
-
-