Files
ports/sysutils/testdisk/patches/patch-src_apfs_common_h

15 lines
350 B
Plaintext

already defined in sys/types.h
https://github.com/cgsecurity/testdisk/issues/152
Index: src/apfs_common.h
--- src/apfs_common.h.orig
+++ src/apfs_common.h
@@ -34,7 +34,6 @@ extern "C"
} __attribute__((gcc_struct, __packed__));
typedef struct obj_phys obj_phys_t;
- typedef int64_t paddr_t;
struct prange {
paddr_t pr_start_paddr;