blob: a46b414e19e99b4c59c0dff4f151d8d063745479 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- dcfldd.h.orig Sun May 15 08:06:08 2005
+++ dcfldd.h Sat Jul 2 23:09:19 2005
@@ -92,6 +92,8 @@
/* Use separate input and output buffers, and combine partial input blocks. */
#define C_TWOBUFS 04000
+#define uintmax_t uint64_t
+
extern char *program_name;
extern char *input_file;
|