diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2003-10-11 05:16:50 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2003-10-11 05:16:50 +0000 |
commit | 4bb0df0d3b7b07ee78ff0e87261210d9c4cb0a41 (patch) | |
tree | 1dfb26d019a88e072702f8b4311f6a33f1ac1373 /java/jdk14/files/patch-threads_md.c | |
parent | . Unset -Werror when compiling the NIO stuff. GCC 3.3.1 tends to generate (diff) |
. Update to 1.4.1p4.
. Use ${PTHREAD_LIBS} rather than -pthread or -lc_r.
. Install system preferences to avoid annoying and constant error messages.
Approved by: phantom (the update, anyway)
Diffstat (limited to 'java/jdk14/files/patch-threads_md.c')
-rw-r--r-- | java/jdk14/files/patch-threads_md.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/java/jdk14/files/patch-threads_md.c b/java/jdk14/files/patch-threads_md.c deleted file mode 100644 index c94a0a21e6b6..000000000000 --- a/java/jdk14/files/patch-threads_md.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ../../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> |