opnsense-ports/sysutils/dd_rescue/files/patch-ddr_ctrl.h
Franco Fichtner 0fc598e3ee */*: sync with upstream
Taken from: HardenedBSD
2018-07-15 18:42:59 +02: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;