home *** CD-ROM | disk | FTP | other *** search
- RCS file: RCS/dd.c,v
- retrieving revision 1.1
- diff -c -r1.1 dd.c
- *** /tmp/,RCSt1011946 Thu Oct 9 16:44:54 1986
- --- dd.c Thu Aug 7 15:55:33 1986
- ***************
- *** 1,9 ****
- #ifndef lint
- ! static char *RCSid = "$Header: dd.c,v 1.1 86/08/07 15:52:39 root Exp $";
- #endif
-
- /*
- * $Log: dd.c,v $
- * Revision 1.1 86/08/07 15:52:39 root
- * Initial revision
- *
- --- 1,12 ----
- #ifndef lint
- ! static char *RCSid = "$Header: dd.c,v 1.2 86/08/07 15:55:17 root Locked $";
- #endif
-
- /*
- * $Log: dd.c,v $
- + * Revision 1.2 86/08/07 15:55:17 root
- + * Added remote mag tape capability. ADR.
- + *
- * Revision 1.1 86/08/07 15:52:39 root
- * Initial revision
- *
- ***************
- *** 15,20 ****
- --- 18,24 ----
-
- #include <stdio.h>
- #include <signal.h>
- + #include <rmt.h> /* remote mag tape library */
-
- #define BIG 2147483647
- #define LCASE 01
-