summaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/430-uniq_memleak.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/patches/430-uniq_memleak.patch')
-rw-r--r--package/busybox/patches/430-uniq_memleak.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/patches/430-uniq_memleak.patch b/package/busybox/patches/430-uniq_memleak.patch
index df56bf810..51965b583 100644
--- a/package/busybox/patches/430-uniq_memleak.patch
+++ b/package/busybox/patches/430-uniq_memleak.patch
@@ -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 ATTRIBUTE_UNUSED,
if (!s0 || strncmp(e0, e1, max_chars)) {
break;