diff options
Diffstat (limited to 'package/busybox/busybox-1.19.3/busybox-1.19.3-mdev.patch')
-rw-r--r-- | package/busybox/busybox-1.19.3/busybox-1.19.3-mdev.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/busybox/busybox-1.19.3/busybox-1.19.3-mdev.patch b/package/busybox/busybox-1.19.3/busybox-1.19.3-mdev.patch deleted file mode 100644 index 653ac35c5..000000000 --- a/package/busybox/busybox-1.19.3/busybox-1.19.3-mdev.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- busybox-1.19.3/util-linux/mdev.c -+++ busybox-1.19.3-mdev/util-linux/mdev.c -@@ -610,7 +610,7 @@ int mdev_main(int argc UNUSED_PARAM, cha - int seqlen; - char seqbuf[sizeof(int)*3 + 2]; - -- seqlen = open_read_close("mdev.seq", seqbuf, sizeof(seqbuf-1)); -+ seqlen = open_read_close("mdev.seq", seqbuf, sizeof(seqbuf) - 1); - if (seqlen < 0) { - seq = NULL; - break; |