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

  1. --- stat.c.rtr    Tue Dec  8 09:38:09 1992
  2. +++ stat.c    Tue Feb  4 08:41:46 1997
  3. @@ -72,6 +72,7 @@
  4.  #include <sys/stat.h>
  5.  #include <pwd.h>
  6.  #include <grp.h>
  7. +#include <sys/sysmacros.h>
  8.  
  9.  #define    FAIL    -1        /* Failure return code from call */    
  10.  #define OKAY    0        /* Success return code from call */
  11.