diff options
author | phantom <phantom@FreeBSD.org> | 2003-03-13 11:13:16 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2003-03-13 11:13:16 +0000 |
commit | 586168388f0113b7d99b91284deee2d6c763a29c (patch) | |
tree | 1b2c4feffbda15a89cee9fda7be5f07cf22dbd77 /java/jdk15 | |
parent | 54bee465c7266c746b99705ec1e485d572a5d433 (diff) | |
download | FreeBSD-ports-586168388f0113b7d99b91284deee2d6c763a29c.zip FreeBSD-ports-586168388f0113b7d99b91284deee2d6c763a29c.tar.gz |
Fix build on 5.0-RELEASE
Diffstat (limited to 'java/jdk15')
-rw-r--r-- | java/jdk15/files/patch-threads_md.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/java/jdk15/files/patch-threads_md.c b/java/jdk15/files/patch-threads_md.c new file mode 100644 index 0000000..c94a0a2 --- /dev/null +++ b/java/jdk15/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> |