diff options
Diffstat (limited to 'java/sablepath/files/patch-ah')
-rw-r--r-- | java/sablepath/files/patch-ah | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/java/sablepath/files/patch-ah b/java/sablepath/files/patch-ah deleted file mode 100644 index c9b0f9ea60b1..000000000000 --- a/java/sablepath/files/patch-ah +++ /dev/null @@ -1,13 +0,0 @@ -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) - |