aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-misc/opencascade/files/opencascade-6.2-malloc.patch')
-rw-r--r--sci-misc/opencascade/files/opencascade-6.2-malloc.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/sci-misc/opencascade/files/opencascade-6.2-malloc.patch b/sci-misc/opencascade/files/opencascade-6.2-malloc.patch
deleted file mode 100644
index f7f137ccc..000000000
--- a/sci-misc/opencascade/files/opencascade-6.2-malloc.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- src/OSD/OSD_Csharedmemory.c 2007-10-17 10:38:18.000000000 +0200
-+++ src/OSD/OSD_Csharedmemory.c.new 2007-10-17 10:38:11.000000000 +0200
-@@ -1,5 +1,6 @@
- #if !defined( WNT ) && !defined(__hpux) && !defined( HPUX)
- #include <stdio.h>
-+#include <stdlib.h>
- #include <sys/types.h>
- #include <sys/ipc.h>
- #include <sys/shm.h>