home *** CD-ROM | disk | FTP | other *** search
- *** Makefile.orig Tue Nov 17 10:58:29 1992
- --- Makefile Tue Nov 17 11:29:49 1992
- ***************
- *** 7,13 ****
-
- # generic BSD
- CFLAGS=-O
- ! LIBS=-lcurses -ltermcap
-
- #.SILENT:
-
- --- 7,13 ----
-
- # generic BSD
- CFLAGS=-O
- ! LIBS=-lcurses -ltermlib
-
- #.SILENT:
-
- *** i.h.orig Tue Nov 17 10:58:30 1992
- --- i.h Tue Nov 17 11:27:32 1992
- ***************
- *** 23,28 ****
- --- 23,29 ----
- # define R_OK 4
- # include <fcntl.h>
- # else
- + # include <sys/unistd.h>
- # include <sys/file.h>
- # endif
- #endif
- *** ilib.h.orig Tue Nov 17 10:58:30 1992
- --- ilib.h Tue Nov 17 11:24:18 1992
- ***************
- *** 90,95 ****
- --- 90,96 ----
- # define R_OK 4
- # include <fcntl.h>
- # else
- + # include <sys/types.h>
- # include <sys/file.h>
- # endif
- #endif
-