summaryrefslogtreecommitdiffstats
path: root/sbin
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 /sbin
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 'sbin')
-rw-r--r--sbin/fsdb/fsdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsdb/fsdb.c b/sbin/fsdb/fsdb.c
index 01a9696..d9828bd 100644
--- a/sbin/fsdb/fsdb.c
+++ b/sbin/fsdb/fsdb.c
@@ -223,7 +223,7 @@ cmdloop(void)
printactive(0);
hist = history_init();
- history(hist, &he, H_EVENT, 100); /* 100 elt history buffer */
+ history(hist, &he, H_SETSIZE, 100); /* 100 elt history buffer */
elptr = el_init("fsdb", stdin, stdout, stderr);
el_set(elptr, EL_EDITOR, "emacs");
OpenPOWER on IntegriCloud