diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2014-01-02 10:40:57 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-01-02 10:52:48 +0000 |
| commit | fd024b04f62ceb810b5ce5c0eb740277cb7651ac (patch) | |
| tree | 5d9b9290738e7902d9f3c50101713141ecdaa991 /testing/kbuild/sys-types.patch | |
| parent | b705597922992e151deeda07f70804f6733af810 (diff) | |
| download | aports-fd024b04f62ceb810b5ce5c0eb740277cb7651ac.tar.bz2 aports-fd024b04f62ceb810b5ce5c0eb740277cb7651ac.tar.xz | |
testing/kbuild: upgrade to 0.1.9998_pre20131130 and fix build on musl
Diffstat (limited to 'testing/kbuild/sys-types.patch')
| -rw-r--r-- | testing/kbuild/sys-types.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/kbuild/sys-types.patch b/testing/kbuild/sys-types.patch new file mode 100644 index 0000000000..dccb48a23e --- /dev/null +++ b/testing/kbuild/sys-types.patch @@ -0,0 +1,14 @@ +diff --git a/src/kmk/kmkbuiltin/ftsfake.h b/src/kmk/kmkbuiltin/ftsfake.h +index 2518d30..5410256 100644 +--- a/src/kmk/kmkbuiltin/ftsfake.h ++++ b/src/kmk/kmkbuiltin/ftsfake.h +@@ -38,6 +38,9 @@ + # include "kmkbuiltin/mscfakes.h" + #endif + ++/* for u_int */ ++#include <sys/types.h> ++ + typedef struct { + struct _ftsent *fts_cur; /* current node */ + struct _ftsent *fts_child; /* linked list of children */ |
