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

  1. *** stat.c.orig    Tue Dec  8 09:38:09 1992
  2. --- stat.c    Tue Dec  8 11:07:29 1992
  3. ***************
  4. *** 68,73 ****
  5. --- 68,74 ----
  6.   #include <stdio.h>
  7.   #include <sys/time.h>
  8.   #include <sys/types.h>
  9. + #include <sys/sysmacros.h>
  10.   #include <ctype.h>
  11.   #include <sys/stat.h>
  12.   #include <pwd.h>
  13.