mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
464 B
Diff
12 lines
464 B
Diff
--- completion.c.orig 2003-09-01 21:57:07.000000000 -0500
|
|||
|
|
+++ completion.c 2014-08-12 02:40:07.000000000 -0500
|
||
|
|
@@ -53,7 +53,7 @@
|
||
|
|
so that if zssh_completion() fails nothing is completed */
|
||
|
|
rl_completion_entry_function = fake_generator;
|
||
|
|
/* Tell the completer that we want a crack first. */
|
||
|
|
- rl_attempted_completion_function = (CPPFunction *) zssh_completion;
|
||
|
|
+ rl_attempted_completion_function = (rl_completion_func_t *) zssh_completion;
|
||
|
|
|
||
|
|
}
|
||
|
|
|