diff options
Diffstat (limited to 'Build/source/utils/pmx/pmx-2.6.17-PATCHES/patch-05-FreeBSD-off_t')
-rw-r--r-- | Build/source/utils/pmx/pmx-2.6.17-PATCHES/patch-05-FreeBSD-off_t | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Build/source/utils/pmx/pmx-2.6.17-PATCHES/patch-05-FreeBSD-off_t b/Build/source/utils/pmx/pmx-2.6.17-PATCHES/patch-05-FreeBSD-off_t deleted file mode 100644 index 8131c75d023..00000000000 --- a/Build/source/utils/pmx/pmx-2.6.17-PATCHES/patch-05-FreeBSD-off_t +++ /dev/null @@ -1,13 +0,0 @@ - On FreeBSD (and maybe others) we need <sys/types.h> for off_t. - -diff -ur pmx-2.6.17.orig/libf2c/fio.h pmx-2.6.17/libf2c/fio.h ---- pmx-2.6.17.orig/libf2c/fio.h 2012-04-01 14:49:20.000000000 +0200 -+++ pmx-2.6.17/libf2c/fio.h 2012-04-23 10:06:01.000000000 +0200 -@@ -1,6 +1,7 @@ - #ifndef SYSDEP_H_INCLUDED - #include "sysdep1.h" - #endif -+#include <sys/types.h> /* for off_t */ - #include "stdio.h" - #ifdef WIN32 - extern int w32getc(FILE *f); |