diff options
author | Archie Cobbs <archie@FreeBSD.org> | 2004-11-29 23:48:33 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 2004-11-29 23:48:33 +0000 |
commit | 4b1b3795ffca2fde90453af401116c3f00823b3a (patch) | |
tree | 7fdae4194f1015050f69d0f1fd2a0511c4eb2cdd /java/classpath/files | |
parent | Don't always create a ${PREFIX}/etc/gconf directory if gconf is one of the (diff) |
Update to version 0.12.
Notes
Notes:
svn path=/head/; revision=122773
Diffstat (limited to 'java/classpath/files')
-rw-r--r-- | java/classpath/files/patch-native::jni::gtk-peer::gthread-jni.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/java/classpath/files/patch-native::jni::gtk-peer::gthread-jni.c b/java/classpath/files/patch-native::jni::gtk-peer::gthread-jni.c deleted file mode 100644 index 103979ff3a17..000000000000 --- a/java/classpath/files/patch-native::jni::gtk-peer::gthread-jni.c +++ /dev/null @@ -1,14 +0,0 @@ ---- native/jni/gtk-peer/gthread-jni.c.orig Mon Oct 25 15:42:21 2004 -+++ native/jni/gtk-peer/gthread-jni.c Mon Oct 25 15:45:31 2004 -@@ -218,7 +218,11 @@ - /* Global data */ - /************************************************************************/ - -+#if __FreeBSD_version < 500000 -+#include <inttypes.h> -+#else - #include <stdint.h> /* provides intptr_t */ -+#endif - #include <stdarg.h> /* va_list */ - #include "gthread-jni.h" - #include <assert.h> /* assert() */ |