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.
Thanks, Fred