ports/audio/mpiosh/files/patch-mpiosh_readline.c
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

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)