home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************
- *
- * $Source: /usr/local/cvsroot/unixlib/source/clib/sys/h/dir,v $
- * $Date: 1997/10/09 19:59:53 $
- * $Revision: 1.2 $
- * $State: Exp $
- * $Author: unixlib $
- *
- ***************************************************************************/
-
- #ifndef __SYS_DIR_H
- #define __SYS_DIR_H 1
- #include <dirent.h>
- #define direct dirent
- #endif
-