home *** CD-ROM | disk | FTP | other *** search
- *** Makefile.orig Tue Dec 1 14:06:37 1992
- --- Makefile Fri Dec 4 22:45:13 1992
- ***************
- *** 8,14 ****
- DEFS =
- COPTS = -O
- LOPTS =
- ! LIBS = -lx
- DEBUG = -g -DDEBUG
- LINTFLAGS = -DLINT
-
- --- 8,14 ----
- DEFS =
- COPTS = -O
- LOPTS =
- ! LIBS =
- DEBUG = -g -DDEBUG
- LINTFLAGS = -DLINT
-
- ***************
- *** 42,52 ****
- 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/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/types.h /usr/include/time.h miscfuncs.c \
- xtail.h
-
- --- 42,52 ----
- 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/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/stat.h \
- /usr/include/sys/types.h /usr/include/time.h miscfuncs.c \
- xtail.h
-
- *** xtail.c.orig Tue Dec 1 14:06:37 1992
- --- xtail.c Fri Dec 4 22:43:34 1992
- ***************
- *** 31,37 ****
- SIGTYPE sigcatcher(sig)
- int sig;
- {
- ! extern SIGTYPE (*signal)();
- if ( sig == SIGQUIT )
- (void) exit(0);
- sigcaught = sig;
- --- 31,37 ----
- SIGTYPE sigcatcher(sig)
- int sig;
- {
- ! /* extern SIGTYPE (*signal)(); */
- if ( sig == SIGQUIT )
- (void) exit(0);
- sigcaught = sig;
- *** xtail.h.orig Tue Dec 1 14:06:36 1992
- --- xtail.h Fri Dec 4 22:44:52 1992
- ***************
- *** 19,33 ****
- /*
- * 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_BSD /* include <ndir.h>, use "struct direct" */
- /*#define DIR_SYSV /* include <dirent.h>, use "struct dirent" */
-
- /*
- * Define one of the following. It specifies the return type of "signal()".
- */
- ! #define SIGTYPE int /* declare as "int (*signal)()" */
- ! /*#define SIGTYPE void /* declare as "void (*signal)()" */
-
- /*
- * STATUS_ENAB If defined, a SIGINT causes a summary of the opened files to
- --- 19,33 ----
- /*
- * 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_BSD /* include <ndir.h>, use "struct direct" */
- /*#define DIR_SYSV /* include <dirent.h>, use "struct dirent" */
-
- /*
- * Define one of the following. It specifies the return type of "signal()".
- */
- ! /*#define SIGTYPE int /* declare as "int (*signal)()" */
- ! #define SIGTYPE void /* declare as "void (*signal)()" */
-
- /*
- * STATUS_ENAB If defined, a SIGINT causes a summary of the opened files to
-