aboutsummaryrefslogtreecommitdiff
path: root/lib/libedit/hist.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libedit/hist.c')
-rw-r--r--lib/libedit/hist.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libedit/hist.c b/lib/libedit/hist.c
index bcabe68cba1f..66cfd312b7da 100644
--- a/lib/libedit/hist.c
+++ b/lib/libedit/hist.c
@@ -1,4 +1,4 @@
-/* $NetBSD: hist.c,v 1.24 2016/02/16 22:53:14 christos Exp $ */
+/* $NetBSD: hist.c,v 1.20 2011/07/29 15:16:33 christos Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)hist.c 8.1 (Berkeley) 6/4/93";
#else
-__RCSID("$NetBSD: hist.c,v 1.24 2016/02/16 22:53:14 christos Exp $");
+__RCSID("$NetBSD: hist.c,v 1.20 2011/07/29 15:16:33 christos Exp $");
#endif
#endif /* not lint && not SCCSID */
#include <sys/cdefs.h>
@@ -47,8 +47,6 @@ __FBSDID("$FreeBSD$");
* hist.c: History access functions
*/
#include <stdlib.h>
-#include <string.h>
-
#include "el.h"
/* hist_init():