Additional patch required after changeset e005f3586ade, src/solaris/native/java/lang/UNIXProcess_md.c

Kurt Miller kurt at intricatesoftware.com
Sun Oct 4 17:56:17 PDT 2009


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)
>   {
> 
> 
> 




More information about the bsd-port-dev mailing list