diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-04-19 02:28:57 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-04-19 02:28:57 -0400 |
commit | 029e17b98f838bdf8d1c6c1b89946db6dd63d2fe (patch) | |
tree | 9371b08fa63337682921c572628e8e5150c2546e /sys-fs/ext4magic/files | |
parent | sys-block/smp_utils: fix build w/newer glibc #580258 (diff) | |
download | gentoo-029e17b98f838bdf8d1c6c1b89946db6dd63d2fe.tar.gz gentoo-029e17b98f838bdf8d1c6c1b89946db6dd63d2fe.tar.bz2 gentoo-029e17b98f838bdf8d1c6c1b89946db6dd63d2fe.zip |
sys-fs/ext4magic: fix building w/newer glibc #580192
Diffstat (limited to 'sys-fs/ext4magic/files')
-rw-r--r-- | sys-fs/ext4magic/files/ext4magic-0.3.2-sysmacros.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-fs/ext4magic/files/ext4magic-0.3.2-sysmacros.patch b/sys-fs/ext4magic/files/ext4magic-0.3.2-sysmacros.patch new file mode 100644 index 000000000000..954d9612b5ae --- /dev/null +++ b/sys-fs/ext4magic/files/ext4magic-0.3.2-sysmacros.patch @@ -0,0 +1,13 @@ +https://sourceforge.net/p/ext4magic/tickets/4/ +https://bugs.gentoo.org/580192 + +--- a/src/recover.c ++++ b/src/recover.c +@@ -21,6 +21,7 @@ + #include <unistd.h> + #include <stdlib.h> + #include <sys/stat.h> ++#include <sys/sysmacros.h> + #include <errno.h> + #include <fcntl.h> + #include <utime.h> |