24 lines
580 B
Plaintext
24 lines
580 B
Plaintext
$NetBSD: patch-ad,v 1.2 2004/03/29 03:11:03 grant Exp $
|
|
|
|
--- src/sqsh_readline.c.orig Tue Jan 5 21:30:16 1999
|
|
+++ src/sqsh_readline.c Tue May 22 01:03:21 2001
|
|
@@ -32,17 +32,7 @@
|
|
|
|
#if defined(USE_READLINE)
|
|
#include <readline/readline.h>
|
|
-
|
|
-/*
|
|
- * Readline history functions - for some reason not all
|
|
- * readline installs have history.h available, so we do
|
|
- * this.
|
|
- */
|
|
-extern void stifle_history();
|
|
-extern int read_history();
|
|
-extern int write_history();
|
|
-extern void add_history();
|
|
-
|
|
+#include <readline/history.h>
|
|
#endif /* USE_READLINE */
|
|
|
|
/*-- Current Version --*/
|