diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-11-29 20:12:17 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-11-29 20:12:17 +0000 |
commit | 026a3581ae29af72d387e2991ef19d7d6de42789 (patch) | |
tree | 624a15e5e7674340f4a6f83495bf975fe06b6a82 /package/busybox/busybox-1.12.2-lineedit.patch | |
parent | 5432f26f0e78fc74a599a596c90a3b8f02963c13 (diff) |
busybox: bump 1.12.x / 1.13.x versions
Diffstat (limited to 'package/busybox/busybox-1.12.2-lineedit.patch')
-rw-r--r-- | package/busybox/busybox-1.12.2-lineedit.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/busybox/busybox-1.12.2-lineedit.patch b/package/busybox/busybox-1.12.2-lineedit.patch deleted file mode 100644 index b7051c0d8..000000000 --- a/package/busybox/busybox-1.12.2-lineedit.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- busybox-1.12.2/libbb/lineedit.c Sun Nov 9 18:20:16 2008 -+++ busybox-1.12.2-lineedit/libbb/lineedit.c Tue Nov 11 21:02:04 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 */ |