diff options
author | Alexey Zelkin <phantom@FreeBSD.org> | 2003-03-13 11:13:16 +0000 |
---|---|---|
committer | Alexey Zelkin <phantom@FreeBSD.org> | 2003-03-13 11:13:16 +0000 |
commit | 3b1018359626d55c4d52976cb858d4d7e1a816f8 (patch) | |
tree | 415c4a6813c46e6203a6ba481e725bf963dd962e /java/jdk16 | |
parent | 4b37a1e5b7572568c4225dbafdf2c02c8851b49a (diff) | |
download | ports-3b1018359626d55c4d52976cb858d4d7e1a816f8.tar.gz ports-3b1018359626d55c4d52976cb858d4d7e1a816f8.zip |
Notes
Diffstat (limited to 'java/jdk16')
-rw-r--r-- | java/jdk16/files/patch-threads_md.c | 11 |
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> |