ports/sysutils/dd_rescue/files/patch-ddr__ctrl.h
MANTANI Nobutaka 7e351a1d7b sysutils/dd_rescue: Update to 1.99.14
Replace "_" in the names of the patch files with "__" to conform to the
patch file name convention.
2024-08-25 21:30:33 +09:00

11 lines
236 B
C

--- ddr_ctrl.h.orig 2016-12-28 22:37:15 UTC
+++ ddr_ctrl.h
@@ -10,6 +10,8 @@
#ifndef _DDR_CTRL_H
#define _DDR_CTRL_H
+typedef long long loff_t;
+
/* Options */
typedef struct _opt_t {
const char *iname, *oname, *lname, *bbname;