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

  1. --- sls.c.rtr    Tue Feb  4 11:27:43 1997
  2. +++ sls.c    Tue Feb  4 11:28:43 1997
  3. @@ -25,6 +25,7 @@
  4.  #include <sys/types.h>
  5.  #include <sys/stat.h>
  6.  #include <sys/dir.h>
  7. +#include <bsd/bsd.h>
  8.  
  9.  #define ISEXEC(m)    (m & (S_IEXEC|(S_IEXEC>>3)|(S_IEXEC>>6)))
  10.  #define MAXUIDS        200    /* max #of user names from passwd file */
  11.