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

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