diff options
Diffstat (limited to 'net/gnut/patches/patch-ab')
-rw-r--r-- | net/gnut/patches/patch-ab | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/net/gnut/patches/patch-ab b/net/gnut/patches/patch-ab index 86d104039f2..058a6b75566 100644 --- a/net/gnut/patches/patch-ab +++ b/net/gnut/patches/patch-ab @@ -1,11 +1,13 @@ -$NetBSD: patch-ab,v 1.2 2000/08/12 15:12:41 deberg Exp $ +$NetBSD: patch-ab,v 1.3 2001/02/24 23:48:58 christos Exp $ ---- src/cli_input.c.orig Thu Aug 3 03:43:22 2000 -+++ src/cli_input.c Fri Aug 11 16:05:53 2000 -@@ -17,4 +17,9 @@ +--- src/cli_input.c.orig Wed Jan 31 14:37:00 2001 ++++ src/cli_input.c Sat Feb 24 18:32:11 2001 +@@ -18,8 +18,13 @@ + #include <pthread.h> + #ifdef HAVE_READLINE -- #include <readline/readline.h> -- #include <readline/history.h> +-# include <readline/readline.h> +-# include <readline/history.h> +# ifdef HAVE_LIBEDIT +# include <readline.h> +# include <history.h> @@ -14,3 +16,5 @@ $NetBSD: patch-ab,v 1.2 2000/08/12 15:12:41 deberg Exp $ +# include <readline/history.h> +# endif #endif + + #ifdef HAVE_REGEX_H |