home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / TWIN / I386 / TWIN. < prev   
Encoding:
Text File  |  1998-07-24  |  822 b   |  44 lines

  1. *** Makefile.orig    Tue Nov 17 10:58:29 1992
  2. --- Makefile    Tue Nov 17 11:29:49 1992
  3. ***************
  4. *** 7,13 ****
  5.   
  6.   # generic BSD
  7.   CFLAGS=-O
  8. ! LIBS=-lcurses -ltermcap
  9.   
  10.   #.SILENT:
  11.   
  12. --- 7,13 ----
  13.   
  14.   # generic BSD
  15.   CFLAGS=-O
  16. ! LIBS=-lcurses -ltermlib
  17.   
  18.   #.SILENT:
  19.   
  20. *** i.h.orig    Tue Nov 17 10:58:30 1992
  21. --- i.h    Tue Nov 17 11:27:32 1992
  22. ***************
  23. *** 23,28 ****
  24. --- 23,29 ----
  25.   #        define R_OK 4
  26.   #        include <fcntl.h>
  27.   #    else
  28. + #        include <sys/unistd.h>
  29.   #        include <sys/file.h>
  30.   #    endif
  31.   #endif
  32. *** ilib.h.orig    Tue Nov 17 10:58:30 1992
  33. --- ilib.h    Tue Nov 17 11:24:18 1992
  34. ***************
  35. *** 90,95 ****
  36. --- 90,96 ----
  37.   #        define R_OK 4
  38.   #        include <fcntl.h>
  39.   #    else
  40. + #        include <sys/types.h>
  41.   #        include <sys/file.h>
  42.   #    endif
  43.   #endif
  44.