summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lang/gnustep-base/files/patch-NSFileManager.m16
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/gnustep-base/files/patch-NSFileManager.m b/lang/gnustep-base/files/patch-NSFileManager.m
new file mode 100644
index 0000000..aabedaa
--- /dev/null
+++ b/lang/gnustep-base/files/patch-NSFileManager.m
@@ -0,0 +1,16 @@
+--- Source/NSFileManager.m.orig Fri Oct 25 11:32:59 2002
++++ Source/NSFileManager.m Fri Oct 25 11:33:26 2002
+@@ -100,9 +100,10 @@
+
+ #ifdef HAVE_SYS_VFS_H
+ # include <sys/vfs.h>
+-# ifdef HAVE_SYS_STATVFS_H
+-# include <sys/statvfs.h>
+-# endif
++#endif
++
++#ifdef HAVE_SYS_STATVFS_H
++# include <sys/statvfs.h>
+ #endif
+
+ #ifdef HAVE_SYS_STATFS_H
OpenPOWER on IntegriCloud