summaryrefslogtreecommitdiff
path: root/audio/mpiosh/files/patch-mpiosh_callback.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mpiosh/files/patch-mpiosh_callback.c')
-rw-r--r--audio/mpiosh/files/patch-mpiosh_callback.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/audio/mpiosh/files/patch-mpiosh_callback.c b/audio/mpiosh/files/patch-mpiosh_callback.c
deleted file mode 100644
index 9acc206ac543..000000000000
--- a/audio/mpiosh/files/patch-mpiosh_callback.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- mpiosh/callback.c.orig 2004-04-23 19:21:08 UTC
-+++ mpiosh/callback.c
-@@ -31,12 +31,15 @@
- #include <sys/stat.h>
- #include <time.h>
- #include <unistd.h>
-+#include <limits.h>
-
- #include "mpiosh.h"
- #include "command.h"
-
- #include "libmpio/debug.h"
-
-+#define NAME_MAX PATH_MAX
-+
- /* helper */
- BYTE
- mpiosh_ftype2ascii(BYTE ftype) {