make fpu emulation support configurable through kernel_menuconfig by adding a prompt...
[openwrt.git] / package / busybox / patches / 430-uniq_memleak.patch
index 51965b5..48127a5 100644 (file)
@@ -1,6 +1,6 @@
 --- a/coreutils/uniq.c
 +++ b/coreutils/uniq.c
-@@ -82,6 +82,8 @@ int uniq_main(int argc ATTRIBUTE_UNUSED,
+@@ -82,6 +82,8 @@ int uniq_main(int argc UNUSED_PARAM, cha
  
                        if (!s0 || strncmp(e0, e1, max_chars)) {
                                break;
This page took 0.024472 seconds and 4 git commands to generate.