79487704b8
for Digitalway MPIO MP3 players. PR: ports/56258 Submitted by: Sergey Akifyev <asa@gascom.ru>
11 lines
279 B
C
11 lines
279 B
C
--- mpiosh/readline.c.orig Thu Jun 19 19:57:05 2003
|
|
+++ mpiosh/readline.c Thu Jun 19 19:57:32 2003
|
|
@@ -26,6 +26,8 @@
|
|
#include "command.h"
|
|
#include "mpiosh.h"
|
|
|
|
+#define rl_completion_matches completion_matches
|
|
+
|
|
/* readline extensions */
|
|
void
|
|
mpiosh_readline_init(void)
|