aboutsummaryrefslogtreecommitdiffstats
path: root/testing/fts/stdint.patch
diff options
context:
space:
mode:
authorJonathan Curran <jonathan@curran.in>2015-09-09 02:07:11 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-09-15 09:36:21 +0200
commit0a87665078e3b7b8e7a63b2fda5df8d6eccc41e5 (patch)
tree46e506c412c41a584f603683f23d8d25c12d0e33 /testing/fts/stdint.patch
parent6256fadac26c8fbbfee03264ebfc927321548b99 (diff)
downloadaports-0a87665078e3b7b8e7a63b2fda5df8d6eccc41e5.tar.bz2
aports-0a87665078e3b7b8e7a63b2fda5df8d6eccc41e5.tar.xz
testing/fts: change package source [and implementation]
Updated the source to use musl-fts that is used in voidlinux. It's up-to-date based on fts in NetBSD and includes headers that produce no warnings when compiled against. I've tested it against existing dependences (libcgroup) and it appears to be fine. https://github.com/pullmoll/musl-fts
Diffstat (limited to 'testing/fts/stdint.patch')
-rw-r--r--testing/fts/stdint.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/fts/stdint.patch b/testing/fts/stdint.patch
deleted file mode 100644
index 1ad7157e58..0000000000
--- a/testing/fts/stdint.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./fts.c.orig
-+++ ./fts.c
-@@ -46,6 +46,7 @@
- #include <errno.h>
- #include <fcntl.h>
- #include <fts.h>
-+#include <stdint.h>
- #include <stdlib.h>
- #include <string.h>
- #include <unistd.h>