aboutsummaryrefslogtreecommitdiffstats
path: root/main/sqsh/readline-6.3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/sqsh/readline-6.3.patch')
-rw-r--r--main/sqsh/readline-6.3.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/sqsh/readline-6.3.patch b/main/sqsh/readline-6.3.patch
deleted file mode 100644
index 7a8250dcce..0000000000
--- a/main/sqsh/readline-6.3.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/sqsh_readline.c b/src/sqsh_readline.c
-index 2ec565d..f30c119 100644
---- a/src/sqsh_readline.c
-+++ b/src/sqsh_readline.c
-@@ -159,7 +159,7 @@ int sqsh_readline_init()
-
- rl_readline_name = "sqsh" ;
- rl_completion_entry_function = (rl_compentry_func_t*)sqsh_completion ;
-- rl_attempted_completion_function = (CPPFunction*)sqsh_completion ;
-+ rl_attempted_completion_function = (rl_completion_func_t*)sqsh_completion ;
-
- /*
- * sqsh-2.1.8 - Remove '@' and '$' from the readline default list of word break