home *** CD-ROM | disk | FTP | other *** search
- RCS file: RCS/tar.c,v
- retrieving revision 1.1
- diff -c -r1.1 tar.c
- *** /tmp/,RCSt1011918 Thu Oct 9 16:44:38 1986
- --- tar.c Thu Aug 7 16:00:55 1986
- ***************
- *** 1,9 ****
- #ifndef lint
- ! static char *RCSid = "$Header: tar.c,v 1.1 86/08/07 15:52:50 root Exp $";
- #endif
-
- /*
- * $Log: tar.c,v $
- * Revision 1.1 86/08/07 15:52:50 root
- * Initial revision
- *
- --- 1,12 ----
- #ifndef lint
- ! static char *RCSid = "$Header: tar.c,v 1.2 86/08/07 16:00:34 root Locked $";
- #endif
-
- /*
- * $Log: tar.c,v $
- + * Revision 1.2 86/08/07 16:00:34 root
- + * Added remote mag tape capability. ADR.
- + *
- * Revision 1.1 86/08/07 15:52:50 root
- * Initial revision
- *
- ***************
- *** 29,34 ****
- --- 32,38 ----
- * Tape Archival Program
- */
- #include <stdio.h>
- + #include <rmt.h> /* remote mag tape library */
- #include <sys/param.h>
- #include <sys/stat.h>
- #include <sys/dir.h>
-