Hi Dave, Yes, this is my bad. I cut & pasted one too many lines with vi while fixing the OpenBSD build. I suppose gcc 3.3 didn't barf on this it so I missed the mistake.
Thanks for the heads-up. I'll push a fix in a few minutes when my build finishes. Regards, -Kurt Dave Cheney wrote: > 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) > { > > >