diff options
author | Archie Cobbs <archie@FreeBSD.org> | 2002-08-30 17:35:17 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 2002-08-30 17:35:17 +0000 |
commit | 44ccdc5fd5d014cdc52719c7c5285abe88a797c5 (patch) | |
tree | aeaee0c2735b619ab31c40bc21a493aef15f8247 /java/sablevm/files/patch-ak | |
parent | Make this port GNOMENG aware. (diff) |
Annihilate #inclusions of <malloc.h>.
Notes
Notes:
svn path=/head/; revision=65323
Diffstat (limited to 'java/sablevm/files/patch-ak')
-rw-r--r-- | java/sablevm/files/patch-ak | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/java/sablevm/files/patch-ak b/java/sablevm/files/patch-ak new file mode 100644 index 000000000000..28c909dd04d4 --- /dev/null +++ b/java/sablevm/files/patch-ak @@ -0,0 +1,10 @@ +--- work.orig/sablevm-native-library-1.0.4/src/java-io/javaio.c Tue Jan 22 16:16:06 2002 ++++ work/sablevm-native-library-1.0.4/src/java-io/javaio.c Fri Aug 30 10:21:47 2002 +@@ -43,7 +43,6 @@ + #include <fcntl.h> + #include <unistd.h> + #include <sys/stat.h> +-#include <malloc.h> + + #include <jni.h> + #include <jcl.h> |