You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-fs/mac-fdisk/files/largerthan2gb.patch

15 lines
272 B

--- a/fdisk.h
+++ b/fdisk.h
@@ -2,6 +2,11 @@
fdisk.h
*/
+#ifdef __linux__
+#define _FILE_OFFSET_BITS 64
+#define _LARGE_FILES
+#endif
+
#define SECTOR_SIZE 512
#define NETBSD_PARTITION 0xa5
#define cround(n) (((n) + display_factor * unit_flag) / display_factor)