Frederick C. Druseikis wrote:
Hi list,
Over here in OpenBSDland one of the issues we're having with
classpath-0.93 is the non-POSIX use of SIGNOPIPE in
native/jni/native-lib/cpnet.c;
We're wondering : What would be a POSIX way to handle it?
Is there any reason why we could not use the more portable
signal(SIGPIPE,SIG_IGN) call instead? This globally turns off SIGPIPE
but is portable.
This code has changed since 0.93 was released. Perhaps you could test
with the current CVS HEAD and tell us if that fixes your problem.
David Daney