summaryrefslogtreecommitdiffstats
path: root/usr.bin/tftp/main.c
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-10-19 15:37:43 +0000
committerstefanf <stefanf@FreeBSD.org>2005-10-19 15:37:43 +0000
commit267cbf8d2223ab8f08c80e5a29e02166fd62f181 (patch)
tree3f40fd81975ec832e4b542021add94a40fc17d64 /usr.bin/tftp/main.c
parentf584bb27ab9657cf20ddee8b59ddbe299de7fce5 (diff)
downloadFreeBSD-src-267cbf8d2223ab8f08c80e5a29e02166fd62f181.zip
FreeBSD-src-267cbf8d2223ab8f08c80e5a29e02166fd62f181.tar.gz
Use the new name H_SETSIZE instead of the old H_EVENT to set the history
size. PR: 86355
Diffstat (limited to 'usr.bin/tftp/main.c')
-rw-r--r--usr.bin/tftp/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tftp/main.c b/usr.bin/tftp/main.c
index 08a7f13..591914c 100644
--- a/usr.bin/tftp/main.c
+++ b/usr.bin/tftp/main.c
@@ -635,7 +635,7 @@ command()
if (vrbose) {
el = el_init("tftp", stdin, stdout, stderr);
hist = history_init();
- history(hist, &he, H_EVENT, 100);
+ history(hist, &he, H_SETSIZE, 100);
el_set(el, EL_HIST, history, hist);
el_set(el, EL_EDITOR, "emacs");
el_set(el, EL_PROMPT, command_prompt);
OpenPOWER on IntegriCloud