freebsd-ports/audio/mpiosh/files/patch-mpiosh-readline.c
Pav Lucistnik 79487704b8 Add mpiosh, a userland library and command-line tool
for Digitalway MPIO MP3 players.

PR:		ports/56258
Submitted by:	Sergey Akifyev <asa@gascom.ru>
2003-12-07 14:14:21 +00:00

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)