diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-06-11 08:41:26 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-06-11 08:41:26 +0000 |
commit | 2f6caac6019e3182486965f7f09baed7e93e1be9 (patch) | |
tree | 2d5d4350a1bbf9bafdb5f0a5260714a6190c668d /sys-fs/mac-fdisk/files/mac-fdisk-fdisk-header-musl.patch | |
parent | a37f6bfc3fde25205ebac44b82f1586b924c61da (diff) | |
download | packages-2f6caac6019e3182486965f7f09baed7e93e1be9.tar.gz packages-2f6caac6019e3182486965f7f09baed7e93e1be9.tar.bz2 packages-2f6caac6019e3182486965f7f09baed7e93e1be9.tar.xz packages-2f6caac6019e3182486965f7f09baed7e93e1be9.zip |
The New Plan
ebuild branch has old ebuilds. profiles dir still has CFLAGS.
Everything else is removed or modified for changing of upstream to
Alpine.
Diffstat (limited to 'sys-fs/mac-fdisk/files/mac-fdisk-fdisk-header-musl.patch')
-rw-r--r-- | sys-fs/mac-fdisk/files/mac-fdisk-fdisk-header-musl.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sys-fs/mac-fdisk/files/mac-fdisk-fdisk-header-musl.patch b/sys-fs/mac-fdisk/files/mac-fdisk-fdisk-header-musl.patch deleted file mode 100644 index 380a2b46d..000000000 --- a/sys-fs/mac-fdisk/files/mac-fdisk-fdisk-header-musl.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/fdisk.c 2016-01-24 03:39:51.647734970 -0600 -+++ b/fdisk.c 2016-01-26 00:55:18.478415913 -0600 -@@ -70,6 +70,7 @@ - #include <endian.h> - - #include <sys/ioctl.h> -+#include <sys/types.h> - - #include "kernel-defs.h" - |