home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume2 / remote / dd.c.DIFF < prev    next >
Encoding:
Text File  |  1986-11-30  |  360 b   |  21 lines

  1. *** /usr/src/bin/dd.c    Fri Apr 29 04:20:35 1983
  2. --- dd.c    Tue Jul 23 14:13:53 1985
  3. ***************
  4. *** 2,7
  5.   #include <stdio.h>
  6.   #include <signal.h>
  7.   
  8.   #define    BIG    2147483647
  9.   #define    LCASE    01
  10.   #define    UCASE    02
  11.  
  12. --- 2,9 -----
  13.   #include <stdio.h>
  14.   #include <signal.h>
  15.   
  16. + #include <rmt.h>
  17.   #define    BIG    2147483647
  18.   #define    LCASE    01
  19.   #define    UCASE    02
  20.