summaryrefslogtreecommitdiff
path: root/sys-fs/mac-fdisk/files/mac-fdisk-non-glibc-support.patch
blob: f97838dcf36b490f5dce6f563f108ed82c7dd9fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- work/mac-fdisk-0.1.orig/io.c    2016-01-24 03:19:51.647734970 -0600
+++ work/mac-fdisk-0.1.orig/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>