add optional driver for the hw watchdog on gateworks avila boards (requires soldering...
[openwrt.git] / package / busybox / patches / 430-uniq_memleak.patch
index df56bf8..51965b5 100644 (file)
@@ -1,6 +1,6 @@
 --- a/coreutils/uniq.c
 +++ b/coreutils/uniq.c
 --- a/coreutils/uniq.c
 +++ b/coreutils/uniq.c
-@@ -82,6 +82,8 @@
+@@ -82,6 +82,8 @@ int uniq_main(int argc ATTRIBUTE_UNUSED,
  
                        if (!s0 || strncmp(e0, e1, max_chars)) {
                                break;
  
                        if (!s0 || strncmp(e0, e1, max_chars)) {
                                break;
This page took 0.021088 seconds and 4 git commands to generate.