home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume7 / remtape / tar.c.patch < prev   
Encoding:
Text File  |  1986-12-16  |  911 b   |  40 lines

  1. RCS file: RCS/tar.c,v
  2. retrieving revision 1.1
  3. diff -c -r1.1 tar.c
  4. *** /tmp/,RCSt1011918    Thu Oct  9 16:44:38 1986
  5. --- tar.c    Thu Aug  7 16:00:55 1986
  6. ***************
  7. *** 1,9 ****
  8.   #ifndef lint
  9. ! static char *RCSid = "$Header: tar.c,v 1.1 86/08/07 15:52:50 root Exp $";
  10.   #endif
  11.   
  12.   /*
  13.    * $Log:    tar.c,v $
  14.    * Revision 1.1  86/08/07  15:52:50  root
  15.    * Initial revision
  16.    * 
  17. --- 1,12 ----
  18.   #ifndef lint
  19. ! static char *RCSid = "$Header: tar.c,v 1.2 86/08/07 16:00:34 root Locked $";
  20.   #endif
  21.   
  22.   /*
  23.    * $Log:    tar.c,v $
  24. +  * Revision 1.2  86/08/07  16:00:34  root
  25. +  * Added remote mag tape capability. ADR.
  26. +  * 
  27.    * Revision 1.1  86/08/07  15:52:50  root
  28.    * Initial revision
  29.    * 
  30. ***************
  31. *** 29,34 ****
  32. --- 32,38 ----
  33.    * Tape Archival Program
  34.    */
  35.   #include <stdio.h>
  36. + #include <rmt.h>    /* remote mag tape library */
  37.   #include <sys/param.h>
  38.   #include <sys/stat.h>
  39.   #include <sys/dir.h>
  40.