summaryrefslogtreecommitdiffstats
path: root/core/busybox/busybox-1.12.0-mdev-exec.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2008-10-18 09:16:29 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2008-10-18 09:16:29 +0000
commit645531103b2ee8ef54d53a58eca3b52f7d3fb9ac (patch)
tree216abaf5725ec2ec8fd85ee16bb116ff8ecaf672 /core/busybox/busybox-1.12.0-mdev-exec.patch
downloadaports-645531103b2ee8ef54d53a58eca3b52f7d3fb9ac.tar.bz2
aports-645531103b2ee8ef54d53a58eca3b52f7d3fb9ac.tar.xz
added busybox
Diffstat (limited to 'core/busybox/busybox-1.12.0-mdev-exec.patch')
-rw-r--r--core/busybox/busybox-1.12.0-mdev-exec.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/busybox/busybox-1.12.0-mdev-exec.patch b/core/busybox/busybox-1.12.0-mdev-exec.patch
new file mode 100644
index 00000000..78f022c0
--- /dev/null
+++ b/core/busybox/busybox-1.12.0-mdev-exec.patch
@@ -0,0 +1,11 @@
+--- util-linux/mdev.c.orig 2008-08-21 14:18:38.000000000 +0200
++++ util-linux/mdev.c 2008-08-21 14:24:18.000000000 +0200
+@@ -220,7 +220,7 @@
+ break;
+ {
+ const char *s = "@$*";
+- const char *s2 = strchr(s, *val);
++ char *s2 = strchr(s, *val);
+
+ if (!s2)
+ bb_error_msg_and_die("bad line %u", parser->lineno);