home *** CD-ROM | disk | FTP | other *** search
- --- Makefile.rtr Mon Feb 3 16:22:55 1997
- +++ Makefile Mon Feb 3 16:28:33 1997
- @@ -8,7 +8,7 @@
- DEFS =
- COPTS = -O
- LOPTS =
- -LIBS = -lx
- +LIBS =
- DEBUG = -g -DDEBUG
- LINTFLAGS = -DLINT
-
- @@ -42,11 +42,11 @@
- xtail.h
- entryfuncs.o: /usr/include/fcntl.h /usr/include/stdio.h \
- /usr/include/sys/errno.h /usr/include/sys/fcntl.h \
- - /usr/include/sys/lockcmn.h /usr/include/sys/stat.h \
- + /usr/include/sys/stat.h \
- /usr/include/sys/types.h entryfuncs.c xtail.h
- miscfuncs.o: /usr/include/fcntl.h /usr/include/stdio.h \
- - /usr/include/sys/fcntl.h /usr/include/sys/lockcmn.h \
- - /usr/include/sys/ndir.h /usr/include/sys/stat.h \
- + /usr/include/sys/fcntl.h \
- + /usr/include/sys/stat.h \
- /usr/include/sys/types.h /usr/include/time.h miscfuncs.c \
- xtail.h
-
- --- xtail.c.rtr Mon Feb 3 16:22:55 1997
- +++ xtail.c Mon Feb 3 16:27:05 1997
- @@ -31,7 +31,6 @@
- SIGTYPE sigcatcher(sig)
- int sig;
- {
- - extern SIGTYPE (*signal)();
- if ( sig == SIGQUIT )
- (void) exit(0);
- sigcaught = sig;
- --- xtail.h.rtr Mon Feb 3 16:22:55 1997
- +++ xtail.h Mon Feb 3 16:28:21 1997
- @@ -19,9 +19,9 @@
- /*
- * Define one of the following. It says how to use your "directory" library.
- */
- -#define DIR_XENIX /* include <sys/ndir.h>, use "struct direct" */
- +/*#define DIR_XENIX /* include <sys/ndir.h>, use "struct direct" */
- /*#define DIR_BSD /* include <ndir.h>, use "struct direct" */
- -/*#define DIR_SYSV /* include <dirent.h>, use "struct dirent" */
- +#define DIR_SYSV /* include <dirent.h>, use "struct dirent" */
-
- /*
- * Define one of the following. It specifies the return type of "signal()".
-