diff options
Diffstat (limited to 'sys-fs/mac-fdisk/files/mac-fdisk-non-glibc-support.patch')
-rw-r--r-- | sys-fs/mac-fdisk/files/mac-fdisk-non-glibc-support.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sys-fs/mac-fdisk/files/mac-fdisk-non-glibc-support.patch b/sys-fs/mac-fdisk/files/mac-fdisk-non-glibc-support.patch deleted file mode 100644 index ae54822b2..000000000 --- a/sys-fs/mac-fdisk/files/mac-fdisk-non-glibc-support.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/io.c 2016-01-24 03:19:51.647734970 -0600 -+++ b/io.c 2016-01-24 03:27:08.952825190 -0600 -@@ -31,11 +31,9 @@ - #ifndef __linux__ - #include <SCSI.h> - #else --#ifdef __GLIBC__ - #include <sys/types.h> - #include <sys/stat.h> - #endif --#endif - #include <linux/unistd.h> - #include <unistd.h> - #include <string.h> |