1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/audio/mpiosh/files/patch-mpiosh_callback.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

19 lines
342 B
C

--- 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) {