summaryrefslogtreecommitdiff
path: root/package/util-linux/patches/patch-sys-utils_setarch_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-05-02 15:15:19 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-05-02 15:16:55 -0500
commitf93261ddace6f1ec804a2929874d0a8df2ac0fb7 (patch)
tree4daa2a44e797280d84da48f66837b561a0a9836e /package/util-linux/patches/patch-sys-utils_setarch_c
parent765ccc0d8a51936e70b559deab8b3e553bca57ea (diff)
update util-linux to latest stable version
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");
- }