freebsd-ports/sysutils/dd_rescue/files/patch-fmt_no.h
MANTANI Nobutaka 9d7296e12b Fix build on amd64.
PR:		192364
Submitted by:	Ivan Klymenko <fidaj@ukr.net>
MFH:		2014Q3
2014-08-06 14:11:16 +00:00

11 lines
374 B
C

--- fmt_no.h.orig 2014-08-06 22:50:41.000000000 +0900
+++ fmt_no.h 2014-08-06 22:51:11.000000000 +0900
@@ -4,6 +4,8 @@
#define _FMT_NO_H
#include <sys/types.h>
+#include "ddr_ctrl.h"
+
char* fmt_int_b(unsigned char pre, unsigned char post, unsigned int scale,
loff_t no, const char* bold, const char* norm,
const char boldinvis, const unsigned char base,