diff options
Diffstat (limited to 'lang/polyml/files/patch-driver-mmap.c')
-rw-r--r-- | lang/polyml/files/patch-driver-mmap.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/polyml/files/patch-driver-mmap.c b/lang/polyml/files/patch-driver-mmap.c deleted file mode 100644 index 97ef361f49b2..000000000000 --- a/lang/polyml/files/patch-driver-mmap.c +++ /dev/null @@ -1,11 +0,0 @@ ---- mmap.c.orig Fri Jun 10 09:54:34 2005 -+++ mmap.c Fri Jun 10 09:55:57 2005 -@@ -60,7 +60,7 @@ - #include <sys/uio.h> - #include <sys/param.h> - #include <unistd.h> --#ifdef MACOSX -+#if (defined(FREEBSD) || defined(MACOSX)) - #include <limits.h> - #else - #include <values.h> /* FreeBSD warns about this but it's needed in Solaris. */ |