summaryrefslogtreecommitdiffstats
path: root/core/modules/busybox
diff options
context:
space:
mode:
authorSimon Rettberg2020-08-26 15:40:17 +0200
committerSimon Rettberg2020-08-26 15:40:17 +0200
commite5b432f2aefe7105e89594f926135f92873ef77b (patch)
tree56e692a9b89410900b092bd8d4840ba4a99f16ed /core/modules/busybox
parent[busybox] Fix rtcwake patch, add timeout backwars compat patch (diff)
downloadmltk-e5b432f2aefe7105e89594f926135f92873ef77b.tar.gz
mltk-e5b432f2aefe7105e89594f926135f92873ef77b.tar.xz
mltk-e5b432f2aefe7105e89594f926135f92873ef77b.zip
[busybox] Fix fucked up whitespace in patch
Diffstat (limited to 'core/modules/busybox')
-rw-r--r--core/modules/busybox/timeout-compat.patch13
1 files changed, 6 insertions, 7 deletions
diff --git a/core/modules/busybox/timeout-compat.patch b/core/modules/busybox/timeout-compat.patch
index 200cb007..bd176250 100644
--- a/core/modules/busybox/timeout-compat.patch
+++ b/core/modules/busybox/timeout-compat.patch
@@ -4,11 +4,10 @@ index 8b7bc2e..974854d 100644
+++ b/coreutils/timeout.c
@@ -63,7 +63,7 @@ int timeout_main(int argc UNUSED_PARAM, char **argv)
- /* -t SECONDS; -p PARENT_PID */
- /* '+': stop at first non-option */
-- getopt32(argv, "+s:" USE_FOR_NOMMU("p:+"), &opt_s, &parent);
-+ getopt32(argv, "+s:" USE_FOR_NOMMU("p:+") "t", &opt_s, &parent);
- /*argv += optind; - no, wait for bb_daemonize_or_rexec! */
+ /* -t SECONDS; -p PARENT_PID */
+ /* '+': stop at first non-option */
+- getopt32(argv, "+s:" USE_FOR_NOMMU("p:+"), &opt_s, &parent);
++ getopt32(argv, "+s:" USE_FOR_NOMMU("p:+") "t", &opt_s, &parent);
+ /*argv += optind; - no, wait for bb_daemonize_or_rexec! */
- signo = get_signum(opt_s);
-
+ signo = get_signum(opt_s);