summaryrefslogtreecommitdiff
path: root/net/gnut/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/gnut/patches/patch-ab')
-rw-r--r--net/gnut/patches/patch-ab20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/gnut/patches/patch-ab b/net/gnut/patches/patch-ab
deleted file mode 100644
index 058a6b75566..00000000000
--- a/net/gnut/patches/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2001/02/24 23:48:58 christos Exp $
-
---- 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>
-+# ifdef HAVE_LIBEDIT
-+# include <readline.h>
-+# include <history.h>
-+# else
-+# include <readline/readline.h>
-+# include <readline/history.h>
-+# endif
- #endif
-
- #ifdef HAVE_REGEX_H