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

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