summaryrefslogtreecommitdiffstats
path: root/package/busybox/busybox-1.15.1-uniq.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/busybox-1.15.1-uniq.patch')
-rw-r--r--package/busybox/busybox-1.15.1-uniq.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/busybox/busybox-1.15.1-uniq.patch b/package/busybox/busybox-1.15.1-uniq.patch
deleted file mode 100644
index 0055544b0..000000000
--- a/package/busybox/busybox-1.15.1-uniq.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -urpN busybox-1.15.1/coreutils/uniq.c busybox-1.15.1-uniq/coreutils/uniq.c
---- busybox-1.15.1/coreutils/uniq.c 2009-09-12 17:55:58.000000000 +0200
-+++ busybox-1.15.1-uniq/coreutils/uniq.c 2009-09-23 12:56:09.132695142 +0200
-@@ -84,6 +84,7 @@ int uniq_main(int argc UNUSED_PARAM, cha
- break;
- }
-
-+ free(s1);
- ++dups; /* note: testing for overflow seems excessive. */
- }
-