summaryrefslogtreecommitdiff
path: root/package/busybox/busybox.mdev-just-read-9-bytes.patch
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-03-20 08:53:17 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-03-20 08:53:17 +0000
commitd9ae4dd945e2ba7daca92448a0563c9399942c19 (patch)
tree601f8103ecf3dd680ce8a436ac5fd5f58b7b8f50 /package/busybox/busybox.mdev-just-read-9-bytes.patch
parent5754880c4ae2e341f2fddd4220e3289e6c50a4d2 (diff)
- add busybox-1.4.2
Diffstat (limited to 'package/busybox/busybox.mdev-just-read-9-bytes.patch')
-rw-r--r--package/busybox/busybox.mdev-just-read-9-bytes.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/busybox/busybox.mdev-just-read-9-bytes.patch b/package/busybox/busybox.mdev-just-read-9-bytes.patch
deleted file mode 100644
index 5742fd597..000000000
--- a/package/busybox/busybox.mdev-just-read-9-bytes.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: busybox/util-linux/mdev.c
-===================================================================
---- busybox/util-linux/mdev.c (revision 17891)
-+++ busybox/util-linux/mdev.c (working copy)
-@@ -39,7 +39,7 @@
-
- if (!delete) {
- strcat(path, "/dev");
-- len = open_read_close(path, temp + 1, 64);
-+ len = open_read_close(path, temp + 1, 9);
- *temp++ = 0;
- if (len < 1) return;
- }