home *** CD-ROM | disk | FTP | other *** search
- --- sls.c.rtr Sat Feb 1 13:17:35 1997
- +++ sls.c Sat Feb 1 13:25:00 1997
- @@ -24,7 +24,8 @@
- #include <time.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- -#include <sys/dir.h>
- +#include <dirent.h>
- +#define d_namlen d_reclen
-
- #define ISEXEC(m) (m & (S_IEXEC|(S_IEXEC>>3)|(S_IEXEC>>6)))
- #define MAXUIDS 200 /* max #of user names from passwd file */
-