freebsd-ports/net/mpich/files/patch-aa
Kevin Lo 3200893ef6 Update to version 1.2.1
PR: 21102
Submitted by: MAINTAINER
2000-09-09 10:16:23 +00:00

14 lines
328 B
Plaintext

--- romio/adio/common/ad_fstype.c-orig Wed Jul 19 16:38:31 2000
+++ romio/adio/common/ad_fstype.c Thu Sep 7 18:47:44 2000
@@ -26,8 +26,10 @@
#ifdef SX4
#include <sys/stat.h>
#endif
+#ifndef FREEBSD
#ifdef PVFS
#include "pvfs_config.h"
+#endif
#endif
void ADIO_FileSysType(char *filename, int *fstype, int *error_code)