home *** CD-ROM | disk | FTP | other *** search
- --- ./Makefile.rtr Tue Aug 17 09:10:11 1993
- +++ ./Makefile Tue Aug 17 09:20:14 1993
- @@ -22,8 +22,8 @@
-
- # Case 1:
- VTREE=vtree
- -SYS= -DBSD -DLSTAT
- -NLIB= # -lgetopt
- +SYS= -DSYS_V -DLSTAT
- +#NLIB= # -lgetopt
-
- # Case 2:
- #VTREE=vtree
- --- ./vtree.c.rtr Tue Aug 17 09:10:12 1993
- +++ ./vtree.c Tue Aug 17 09:21:33 1993
- @@ -163,11 +163,9 @@
- char *subdir;
- {
- OPEN *dp; /* stream from a directory */
- -OPEN *opendir ();
- char cwd[NAMELEN], tmp[NAMELEN];
- char *sptr;
- READ *file; /* directory entry */
- -READ *readdir ();
- int i, x;
- struct stat stb;
-
- --- ./customize.h.rtr Tue Aug 17 09:10:09 1993
- +++ ./customize.h Tue Aug 17 09:20:44 1993
- @@ -24,7 +24,7 @@
- /* reading directories. If you've put this file somewhere */
- /* else, edit the next line. */
-
- -# include <sys/dirent.h>
- +# include <dirent.h>
-
- # define OPEN struct direct
- # define READ struct dirent
-