mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
249 B
C
11 lines
249 B
C
--- mpiosh/readline.c.orig 2003-04-23 08:34:16 UTC
|
|
+++ mpiosh/readline.c
|
|
@@ -26,6 +26,8 @@
|
|
#include "command.h"
|
|
#include "mpiosh.h"
|
|
|
|
+#define rl_completion_matches completion_matches
|
|
+
|
|
/* readline extensions */
|
|
void
|
|
mpiosh_readline_init(void)
|