diff options
author | John Marino <marino@FreeBSD.org> | 2014-07-05 16:31:08 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-07-05 16:31:08 +0000 |
commit | 686f2f295dbc6c871fdfb5b94bd38eb4b08f8692 (patch) | |
tree | a3f26b8b05ccaadea130d8b24edd0116793f3aa5 /databases/sqsh | |
parent | c5b7f29ef5fb4dfc6409780333dcc9d2002faf2d (diff) | |
download | ports-686f2f295dbc6c871fdfb5b94bd38eb4b08f8692.tar.gz ports-686f2f295dbc6c871fdfb5b94bd38eb4b08f8692.zip |
Notes
Diffstat (limited to 'databases/sqsh')
-rw-r--r-- | databases/sqsh/files/patch-src_sqsh__readline.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/sqsh/files/patch-src_sqsh__readline.c b/databases/sqsh/files/patch-src_sqsh__readline.c new file mode 100644 index 000000000000..208e22a97af8 --- /dev/null +++ b/databases/sqsh/files/patch-src_sqsh__readline.c @@ -0,0 +1,11 @@ +--- src/sqsh_readline.c.orig 2012-03-29 16:25:46.000000000 +0000 ++++ src/sqsh_readline.c +@@ -145,7 +145,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 |