Additional patch required after changeset e005f3586ade, src/solaris/native/java/lang/UNIXProcess_md.c
Dave Cheney
dave at cheney.net
Sun Oct 4 01:21:25 PDT 2009
Hi,
Please excuse my inexperience with Mercurial. I found that I needed an
additional patch after applying e005f3586ade to the jdk/ tree. The
patch is included below. I hope it is of use.
Cheers
Dave
--
--- a/src/solaris/native/java/lang/UNIXProcess_md.c
+++ b/src/solaris/native/java/lang/UNIXProcess_md.c
@@ -364,6 +364,7 @@
}
}
+static ssize_t
restartableWrite(int fd, const void *buf, size_t count)
{
ssize_t result;
@@ -425,7 +426,6 @@
#define FD_DIR "/proc/self/fd"
#endif
-static ssize_t
static int
closeDescriptors(void)
{
More information about the bsd-port-dev
mailing list