home *** CD-ROM | disk | FTP | other *** search
- *** Makefile.orig Mon Nov 30 12:49:12 1992
- --- Makefile Mon Nov 30 13:15:30 1992
- ***************
- *** 4,14 ****
- # Created by bin@vector on Wed Jul 26 17:36:37 CDT 1989
-
- SHELL = /bin/sh
- ! CC = cc
- ! DEFS =
- COPTS = -O
- LOPTS =
- ! LIBS = -lx
- DEBUG = -g -DDEBUG
- LINTFLAGS = -DLINT
-
- --- 4,14 ----
- # Created by bin@vector on Wed Jul 26 17:36:37 CDT 1989
-
- SHELL = /bin/sh
- ! CC = gcc
- ! DEFS = -D_BSD
- COPTS = -O
- LOPTS =
- ! LIBS = -lbsd
- DEBUG = -g -DDEBUG
- LINTFLAGS = -DLINT
-
- ***************
- *** 41,52 ****
- /usr/include/sys/stat.h /usr/include/sys/types.h xtail.c \
- 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
-
- --- 41,51 ----
- /usr/include/sys/stat.h /usr/include/sys/types.h xtail.c \
- xtail.h
- entryfuncs.o: /usr/include/fcntl.h /usr/include/stdio.h \
- ! /usr/include/sys/errno.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/stat.h \
- /usr/include/sys/types.h /usr/include/time.h miscfuncs.c \
- xtail.h
-
- *** xtail.c.orig Mon Nov 30 11:48:33 1992
- --- xtail.c Mon Nov 30 13:20:58 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 Mon Nov 30 11:48:32 1992
- --- xtail.h Mon Nov 30 13:20:20 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
-