home *** CD-ROM | disk | FTP | other *** search
- *** /usr/src/bin/dd.c Fri Apr 29 04:20:35 1983
- --- dd.c Tue Jul 23 14:13:53 1985
- ***************
- *** 2,7
- #include <stdio.h>
- #include <signal.h>
-
- #define BIG 2147483647
- #define LCASE 01
- #define UCASE 02
-
- --- 2,9 -----
- #include <stdio.h>
- #include <signal.h>
-
- + #include <rmt.h>
- +
- #define BIG 2147483647
- #define LCASE 01
- #define UCASE 02
-