home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / VTREE / ALPHA / VTREE. < prev   
Encoding:
Text File  |  1998-07-24  |  869 b   |  39 lines

  1. --- ./Makefile.rtr    Tue Aug 17 09:10:11 1993
  2. +++ ./Makefile    Tue Aug 17 09:20:14 1993
  3. @@ -22,8 +22,8 @@
  4.  
  5.  # Case 1:
  6.  VTREE=vtree
  7. -SYS=    -DBSD -DLSTAT
  8. -NLIB=    # -lgetopt
  9. +SYS=    -DSYS_V -DLSTAT
  10. +#NLIB=    # -lgetopt
  11.  
  12.  # Case 2:
  13.  #VTREE=vtree
  14. --- ./vtree.c.rtr    Tue Aug 17 09:10:12 1993
  15. +++ ./vtree.c    Tue Aug 17 09:21:33 1993
  16. @@ -163,11 +163,9 @@
  17.  char    *subdir;
  18.  {
  19.  OPEN    *dp;            /* stream from a directory */
  20. -OPEN    *opendir ();
  21.  char    cwd[NAMELEN], tmp[NAMELEN];
  22.  char    *sptr;
  23.  READ    *file;            /* directory entry */
  24. -READ    *readdir ();
  25.  int    i, x;
  26.  struct    stat    stb;
  27.  
  28. --- ./customize.h.rtr    Tue Aug 17 09:10:09 1993
  29. +++ ./customize.h    Tue Aug 17 09:20:44 1993
  30. @@ -24,7 +24,7 @@
  31.   /* reading directories.  If you've put this file somewhere */
  32.   /* else, edit the next line. */
  33.  
  34. -#    include        <sys/dirent.h>
  35. +#    include        <dirent.h>
  36.  
  37.  #    define    OPEN    struct direct
  38.  #    define    READ    struct dirent
  39.