opnsense-ports/deskutils/pal/files/patch-src_manage.c
Franco Fichtner c788dece15 */*: sync with upstream
Taken from: FreeBSD
2016-11-20 11:10:19 +01:00

11 lines
420 B
C

--- manage.c.orig 2008-07-28 16:16:23.000000000 +0000
+++ manage.c
@@ -403,7 +403,7 @@ void pal_manage(void)
rl_initialize(); /* Initialise readline so we can fiddle stuff */
rl_already_prompted = 1;
rl_redisplay_function = pal_rl_ncurses_hack;
- rl_pre_input_hook = (Function*) pal_rl_ncurses_hack;
+ rl_pre_input_hook = (rl_hook_func_t *) pal_rl_ncurses_hack;
/* initialize curses */