home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / FILEUTIL / I386 / FILEUTIL. next >
Encoding:
Text File  |  1998-07-24  |  518 b   |  22 lines

  1. --- configure.rtr    Wed Dec 11 23:54:27 1996
  2. +++ configure    Tue Dec 17 17:13:08 1996
  3. @@ -60,6 +60,7 @@
  4.  # Initialize some other variables.
  5.  subdirs=
  6.  MFLAGS= MAKEFLAGS=
  7. +LIBOBJS="strftime.o "
  8.  # Maximum number of lines to put in a shell here document.
  9.  ac_max_here_lines=12
  10.  
  11. --- src/ls.c.rtr    Tue Dec  3 14:41:32 1996
  12. +++ src/ls.c    Tue Dec 17 17:04:10 1996
  13. @@ -42,6 +42,8 @@
  14.  
  15.  #include <config.h>
  16.  #include <sys/types.h>
  17. +#include <sys/stream.h>
  18. +#include <sys/ptem.h>
  19.  
  20.  #include <termios.h>
  21.  #ifdef GWINSZ_IN_SYS_IOCTL
  22.