mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 17:20:29 -04:00
and native libraries package that has been customized to work with SableVM. WWW: http://www.sablevm.org/
13 lines
374 B
Text
13 lines
374 B
Text
diff -ur sablepath-0.1.3.orig/native/lib/jnilink.c sablepath-0.1.3/native/lib/jnilink.c
|
|
--- sablepath-0.1.3.orig/native/lib/jnilink.c Tue Jun 13 23:45:18 2000
|
|
+++ sablepath-0.1.3/native/lib/jnilink.c Tue Jul 9 12:44:12 2002
|
|
@@ -29,7 +29,9 @@
|
|
#include <string.h>
|
|
#include <jcl.h>
|
|
|
|
+#ifdef HAVE_MALLOC_H
|
|
#include <malloc.h>
|
|
+#endif
|
|
|
|
#define GETCLASS(c) *(jclass*)(c)
|
|
|