See http://www.kaffe.org/cgi-bin/bugzilla/show_bug.cgi?id=65 See http://permalink.gmane.org/gmane.comp.java.vm.kaffe.general/8608 for my patch.
Created attachment 12698 [details] Patch to fix the build on darwin5/6 where strerror_r does not exist 2006-11-26 Dalibor Topic <robilad <at> kaffe.org> * libraries/clib/nio/gnu_java_nio_VMSelector.c (Java_gnu_java_nio_VMSelector_select): Use strerror if strerror_r is not available. Reported by: Michael Franz <mvfranz <at> gmail.com>, Riccardo Mottola <zuse <at> libero.it>
checked in the patch with the following ChangeLog: 2006-11-26 Dalibor Topic <robilad@kaffe.org> Fixes bug #29133. * libraries/clib/nio/gnu_java_nio_VMSelector.c (Java_gnu_java_nio_VMSelector_select): Use strerror if strerror_r is not available. Reported by: Michael Franz <mvfranz@gmail.com>, Riccardo Mottola <zuse@libero.it>