home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / SLS / SSOL2 / SLS. next >
Encoding:
Text File  |  1998-07-24  |  355 b   |  13 lines

  1. --- sls.c.rtr    Sat Feb  1 13:17:35 1997
  2. +++ sls.c    Sat Feb  1 13:25:00 1997
  3. @@ -24,7 +24,8 @@
  4.  #include <time.h>
  5.  #include <sys/types.h>
  6.  #include <sys/stat.h>
  7. -#include <sys/dir.h>
  8. +#include <dirent.h>
  9. +#define d_namlen d_reclen
  10.  
  11.  #define ISEXEC(m)    (m & (S_IEXEC|(S_IEXEC>>3)|(S_IEXEC>>6)))
  12.  #define MAXUIDS        200    /* max #of user names from passwd file */
  13.