/* * kludge city: fake out BSD'ish compatible dir routines with * our Posix comaptible portable dir stuff */ #ifndef _SYS_DIR_H #define _SYS_DIR_H #ifdef _DIRENT_H # error ": You cannot use both and . \n\ is provided for BSD compatibility\n" #endif /* note that the presence of _SYS_DIR_H causes dirent.h to * behave differently */ #include #endif