summaryrefslogtreecommitdiff
path: root/package/util-linux/patches/patch-sys-utils_setarch_c
diff options
context:
space:
mode:
Diffstat (limited to 'package/util-linux/patches/patch-sys-utils_setarch_c')
-rw-r--r--package/util-linux/patches/patch-sys-utils_setarch_c11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/util-linux/patches/patch-sys-utils_setarch_c b/package/util-linux/patches/patch-sys-utils_setarch_c
deleted file mode 100644
index 16558fa24..000000000
--- a/package/util-linux/patches/patch-sys-utils_setarch_c
+++ /dev/null
@@ -1,11 +0,0 @@
---- util-linux-2.26.1.orig/sys-utils/setarch.c 2015-02-19 10:55:10.000000000 +0100
-+++ util-linux-2.26.1/sys-utils/setarch.c 2015-03-29 11:46:25.000000000 +0200
-@@ -309,7 +309,7 @@ int main(int argc, char *argv[])
- #if defined(__sparc64__) || defined(__sparc__)
- if (archwrapper && strcmp(arch, "sparc32bash") == 0) {
- if (set_arch(arch, 0L, 0))
-- err(EXIT_FAILURE, _("Failed to set personality to %s"), p);
-+ err(EXIT_FAILURE, _("Failed to set personality to %s"), arch);
- execl("/bin/bash", NULL);
- err(EXIT_FAILURE, _("failed to execute %s"), "/bin/bash");
- }