opnsense-ports/sysutils/dcfldd/files/extra-patch-dcfldd.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
292 B
C

--- 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;