diff options
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() */ |