summaryrefslogtreecommitdiffstats
path: root/package/busybox/busybox-1.11.0-ip.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/busybox-1.11.0-ip.patch')
-rw-r--r--package/busybox/busybox-1.11.0-ip.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/busybox/busybox-1.11.0-ip.patch b/package/busybox/busybox-1.11.0-ip.patch
deleted file mode 100644
index 0cac617ed..000000000
--- a/package/busybox/busybox-1.11.0-ip.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- busybox-1.11.0/libbb/print_flags.c Wed Jun 25 14:51:32 2008
-+++ busybox-1.11.0-ip/libbb/print_flags.c Fri Jun 27 00:39:16 2008
-@@ -19,8 +19,8 @@
- labels);
- need_separator = separator;
- flags &= ~ *masks;
-- masks++;
- }
-+ masks++;
- labels += strlen(labels) + 1;
- }
- return flags;