mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
19 lines
342 B
C
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) {
|