diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-29 16:06:00 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-29 16:06:00 +0100 |
| commit | 8e8512391c668fc7074f812f15eabe8f176fb01e (patch) | |
| tree | f9f0862dd6eb962fe3fc4803180b431843f6c5be /package/busybox/patches/016-fix-musl-warning.patch | |
| parent | c491653a1f9574a42965025805d472c3d145f699 (diff) | |
| parent | ae3d4616ed9c19a29d656193254657f93d612fa2 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/busybox/patches/016-fix-musl-warning.patch')
| -rw-r--r-- | package/busybox/patches/016-fix-musl-warning.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/busybox/patches/016-fix-musl-warning.patch b/package/busybox/patches/016-fix-musl-warning.patch new file mode 100644 index 000000000..3f05e8726 --- /dev/null +++ b/package/busybox/patches/016-fix-musl-warning.patch @@ -0,0 +1,12 @@ +diff -Nur busybox-1.21.1.orig/include/libbb.h busybox-1.21.1/include/libbb.h +--- busybox-1.21.1.orig/include/libbb.h 2013-06-29 16:58:06.000000000 +0200 ++++ busybox-1.21.1/include/libbb.h 2013-11-02 16:55:04.000000000 +0100 +@@ -37,7 +37,7 @@ + #include <libgen.h> /* dirname,basename */ + #undef basename + #define basename dont_use_basename +-#include <sys/poll.h> ++#include <poll.h> + #include <sys/ioctl.h> + #include <sys/mman.h> + #include <sys/socket.h> |
