ports/sysutils/dd_rescue/files/patch-fiemap.c
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

10 lines
269 B
C

--- fiemap.c.orig 2024-08-22 17:41:01 UTC
+++ fiemap.c
@@ -288,7 +288,6 @@ char* strippart(const char* partname)
return _fulldevnm;
}
-#include <linux/hdreg.h>
/* Get partition offset in sectors for block device devnm */
int64_t partoffset(const char* devnm)
{