diff options
Diffstat (limited to 'java/sablevm/files/patch-aj')
-rw-r--r-- | java/sablevm/files/patch-aj | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/java/sablevm/files/patch-aj b/java/sablevm/files/patch-aj deleted file mode 100644 index de37e06d1fd6..000000000000 --- a/java/sablevm/files/patch-aj +++ /dev/null @@ -1,11 +0,0 @@ ---- work.orig/sablevm-native-library-1.0.6/src/classpath/jcl.c Tue Jan 22 16:16:06 2002 -+++ work/sablevm-native-library-1.0.6/src/classpath/jcl.c Fri Aug 30 10:21:41 2002 -@@ -37,7 +37,7 @@ - - #include <stdio.h> - #include <jcl.h> --#include <malloc.h> -+#include <stdlib.h> - - static char errstr[4098]; // this way the memory is pre-allocated, so that we do not have to worry if we are out of memory. - |