ports/audio/mpiosh/files/patch-mpiosh_mpiosh.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

21 lines
480 B
C

--- mpiosh/mpiosh.c.orig 2003-08-25 19:38:57 UTC
+++ mpiosh/mpiosh.c
@@ -39,6 +39,8 @@
#include "readline.h"
#include "mpiosh.h"
+#define SA_NOMASK 0
+
/* mpiosh core functions */
void
mpiosh_init(void)
@@ -121,7 +123,9 @@ main(int argc, char *argv[]) {
while ((line = readline(mpiosh.prompt))) {
if ((*line == '\0') || mpiosh_cancel) {
+#if 0
rl_clear_pending_input ();
+#endif
mpiosh_cancel = 0;
mpiosh_cancel_ack = 0;
continue;