summaryrefslogtreecommitdiff
path: root/java/jc/files
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2004-11-29 15:47:54 +0000
committerArchie Cobbs <archie@FreeBSD.org>2004-11-29 15:47:54 +0000
commit56cee616c14e95ea2a56ca3a95203e3eac829737 (patch)
tree4aef70748900af2bb092914af33a0f9c8bb639fa /java/jc/files
parento) Allow to overwrite BACULA_DIR (?= instead of = in Makefile) (diff)
Upgrade to version 1.2.3.
Diffstat (limited to 'java/jc/files')
-rw-r--r--java/jc/files/patch-classpath-0.10-2004072614
1 files changed, 0 insertions, 14 deletions
diff --git a/java/jc/files/patch-classpath-0.10-20040726 b/java/jc/files/patch-classpath-0.10-20040726
deleted file mode 100644
index b31f85931cd4..000000000000
--- a/java/jc/files/patch-classpath-0.10-20040726
+++ /dev/null
@@ -1,14 +0,0 @@
---- classpath-0.10/native/jni/gtk-peer/gthread-jni.c Mon Jul 19 08:49:17 2004
-+++ classpath-0.10/native/jni/gtk-peer/gthread-jni.c Mon Jul 26 16:22:55 2004
-@@ -218,7 +218,11 @@
- /* Global data */
- /************************************************************************/
-
-+#if defined HAVE_STDINT_H
- #include <stdint.h> /* provides intptr_t */
-+#elif defined HAVE_INTTYPES_H
-+#include <inttypes.h>
-+#endif
- #include <stdarg.h> /* va_list */
- #include "gthread-jni.h"
- #include <assert.h> /* assert() */