aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox/busybox-1.22.1-ash.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-01-22 08:33:07 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-01-22 08:33:07 +0000
commitfcf0ff74b4c27e3f791362a1c3cbb0b1fe7a628a (patch)
tree08ba6b7647cd39d7ef337d8bd8f34f2ebacc4ab9 /main/busybox/busybox-1.22.1-ash.patch
parentd80cdb8a0b95ff79c662b94117b8498da58d8571 (diff)
downloadaports-fcf0ff74b4c27e3f791362a1c3cbb0b1fe7a628a.tar.bz2
aports-fcf0ff74b4c27e3f791362a1c3cbb0b1fe7a628a.tar.xz
main/busybox: add patches from upstream for ash and date
Diffstat (limited to 'main/busybox/busybox-1.22.1-ash.patch')
-rw-r--r--main/busybox/busybox-1.22.1-ash.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/main/busybox/busybox-1.22.1-ash.patch b/main/busybox/busybox-1.22.1-ash.patch
new file mode 100644
index 0000000000..767c3a8c11
--- /dev/null
+++ b/main/busybox/busybox-1.22.1-ash.patch
@@ -0,0 +1,20 @@
+--- busybox-1.22.1/procps/top.c
++++ busybox-1.22.1-ash/procps/top.c
+@@ -917,17 +917,12 @@ enum {
+ #if ENABLE_FEATURE_USE_TERMIOS
+ static unsigned handle_input(unsigned scan_mask, unsigned interval)
+ {
+- struct pollfd pfd[1];
+-
+ if (option_mask32 & OPT_EOF) {
+ /* EOF on stdin ("top </dev/null") */
+ sleep(interval);
+ return scan_mask;
+ }
+
+- pfd[0].fd = 0;
+- pfd[0].events = POLLIN;
+-
+ while (1) {
+ int32_t c;
+