summaryrefslogtreecommitdiffstats
path: root/package/busybox/busybox-1.13.0-lineedit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/busybox-1.13.0-lineedit.patch')
-rw-r--r--package/busybox/busybox-1.13.0-lineedit.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/busybox/busybox-1.13.0-lineedit.patch b/package/busybox/busybox-1.13.0-lineedit.patch
deleted file mode 100644
index 3d0a8429d..000000000
--- a/package/busybox/busybox-1.13.0-lineedit.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- busybox-1.13.0/libbb/lineedit.c Wed Nov 5 22:39:54 2008
-+++ busybox-1.13.0-lineedit/libbb/lineedit.c Wed Nov 12 23:18:05 2008
-@@ -1415,8 +1415,10 @@
- if ((state->flags & SAVE_HISTORY) && state->hist_file)
- load_history(state->hist_file);
- #endif
-+#if MAX_HISTORY > 0
- if (state->flags & DO_HISTORY)
- state->cur_history = state->cnt_history;
-+#endif
-
- /* prepare before init handlers */
- cmdedit_y = 0; /* quasireal y, not true if line > xt*yt */