segg,

I've checked this out with the headers that define sigaction and I believe that it may not be an error. Is there any way you can prove to me that it is? The header is strange to me i.e. int sigaction __P (...)

David

--- dx/src/exec/dxmods/writeimage.c     Fri Oct  1 00:52:27 1999
+++ dx-4.2/src/exec/dxmods/writeimage.c Fri Oct  1 01:20:39 1999
@@ -360,7 +360,7 @@
     if (iargs.pipe) {

 #if HAS_POSIX_SIGNALS
-       sigaction,(SIGPIPE, &oaction, NULL);
+       sigaction(SIGPIPE, &oaction, NULL);
 #else
        signal(SIGPIPE, oaction);
 #endif /* HAS_POSIX_SIGNALS */
.............................................................................
David L. Thompson                          The University of Montana
mailto:[EMAIL PROTECTED]                 Computer Science Department
http://www.cs.umt.edu/u/dthompsn           Missoula, MT  59812
                                           Work Phone : (406)257-8530

Reply via email to