switch back to 2.6.29 until some target specific bugs are fixed in 2.6.30
[openwrt-10.03/.git] / package / busybox / patches / 430-uniq_memleak.patch
index df56bf81036e501bcc93699341db723fd99c7d9b..48127a57ce52212d2201c389c89f6deb79b7e4f0 100644 (file)
@@ -1,6 +1,6 @@
 --- a/coreutils/uniq.c
 +++ b/coreutils/uniq.c
-@@ -82,6 +82,8 @@
+@@ -82,6 +82,8 @@ int uniq_main(int argc UNUSED_PARAM, cha
  
                        if (!s0 || strncmp(e0, e1, max_chars)) {
                                break;