summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppctl/pppctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pppctl/pppctl.c')
-rw-r--r--usr.sbin/pppctl/pppctl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pppctl/pppctl.c b/usr.sbin/pppctl/pppctl.c
index 46c55c9..7cb649e 100644
--- a/usr.sbin/pppctl/pppctl.c
+++ b/usr.sbin/pppctl/pppctl.c
@@ -369,10 +369,11 @@ main(int argc, char **argv)
size = 20;
#ifdef __NetBSD__
history(hist, NULL, H_SETSIZE, size);
+ edit = el_init("pppctl", stdin, stdout, stderr);
#else
history(hist, H_EVENT, size);
-#endif
edit = el_init("pppctl", stdin, stdout);
+#endif
el_source(edit, NULL);
el_set(edit, EL_PROMPT, GetPrompt);
if ((env = getenv("EL_EDITOR"))) {
OpenPOWER on IntegriCloud