diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-11-13 16:32:56 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-11-13 16:32:56 +0000 |
commit | 767577e50498061f6adb28dd91f791afae25401c (patch) | |
tree | 7d74dd3585035d06db87462bc1bd256f6b3e090b /package/busybox/busybox-1.13.0-lineedit.patch | |
parent | be4f829719800b261f76ce5d7b492cf4097fbe27 (diff) | |
download | buildroot-novena-767577e50498061f6adb28dd91f791afae25401c.tar.gz buildroot-novena-767577e50498061f6adb28dd91f791afae25401c.zip |
busybox: add 1.13.x, mark older as deprecated
Diffstat (limited to 'package/busybox/busybox-1.13.0-lineedit.patch')
-rw-r--r-- | package/busybox/busybox-1.13.0-lineedit.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/busybox/busybox-1.13.0-lineedit.patch b/package/busybox/busybox-1.13.0-lineedit.patch new file mode 100644 index 000000000..3d0a8429d --- /dev/null +++ b/package/busybox/busybox-1.13.0-lineedit.patch @@ -0,0 +1,13 @@ +--- 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 */ |