home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / WHICH / SSOL2 / WHICH. < prev   
Encoding:
Text File  |  1998-07-24  |  242 b   |  12 lines

  1. --- which6.c.rtr    Mon Feb  3 12:00:30 1997
  2. +++ which6.c    Mon Feb  3 12:07:55 1997
  3. @@ -51,6 +51,8 @@
  4.  #include    <sys/stat.h>
  5.  #include    <stdio.h>
  6.  
  7. +#define NGROUPS NGROUPS_UMAX
  8. +
  9.  #define        BUF_SIZE    512
  10.  #define        M_USR        0700
  11.  #define        M_GRP        0070
  12.