home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / TAR / LINUX / TAR. next >
Encoding:
Text File  |  1998-07-24  |  580 b   |  23 lines

  1. --- Makefile.in.rtr    Mon Apr 12 06:54:20 1993
  2. +++ Makefile.in    Mon Apr 12 06:54:53 1993
  3. @@ -65,7 +65,7 @@
  4.  #            disable the tar -k option instead of emulating open.
  5.  # -DXENIX        If you have sys/inode.h and need it to be included.
  6.  
  7. -DEF_AR_FILE = @DEF_AR_FILE@
  8. +DEF_AR_FILE = /dev/rst0
  9.  DEFBLOCKING = 20
  10.  DEFS = @DEFS@ -DDEF_AR_FILE=\"$(DEF_AR_FILE)\" -DDEFBLOCKING=$(DEFBLOCKING)
  11.  
  12. --- port.c.rtr    Fri Oct  2 00:35:19 1992
  13. +++ port.c    Wed Feb  5 16:13:52 1997
  14. @@ -52,6 +52,8 @@
  15.  char TTY_NAME[] = "/dev/tty";
  16.  #endif
  17.  
  18. +#define HAVE_RENAME
  19. +
  20.  /* End of system-dependent #ifdefs */
  21.  
  22.  
  23.