summaryrefslogtreecommitdiff
path: root/java/jdk16
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2003-03-13 11:13:16 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2003-03-13 11:13:16 +0000
commit3b1018359626d55c4d52976cb858d4d7e1a816f8 (patch)
tree415c4a6813c46e6203a6ba481e725bf963dd962e /java/jdk16
parentAdd missing USE_MESA=yes (uses glut). (diff)
Fix build on 5.0-RELEASE
Notes
Notes: svn path=/head/; revision=77118
Diffstat (limited to 'java/jdk16')
-rw-r--r--java/jdk16/files/patch-threads_md.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/java/jdk16/files/patch-threads_md.c b/java/jdk16/files/patch-threads_md.c
new file mode 100644
index 000000000000..c94a0a21e6b6
--- /dev/null
+++ b/java/jdk16/files/patch-threads_md.c
@@ -0,0 +1,11 @@
+--- ../../j2se/src/solaris/hpi/native_threads/src/threads_md.c.orig Thu Mar 13 11:46:02 2003
++++ ../../j2se/src/solaris/hpi/native_threads/src/threads_md.c Thu Mar 13 11:46:12 2003
+@@ -19,7 +19,7 @@
+ #include <assert.h>
+ #include <setjmp.h>
+ #include <signal.h>
+-#include <time.h>
++#include <sys/time.h>
+ #include <sys/types.h>
+ #include <sys/signal.h>
+ #include <sys/resource.h>