Added ifdef for Solaris
This commit is contained in:
parent
a872f83194
commit
d14a6e7665
|
|
@ -1,5 +1,7 @@
|
|||
2004-01-10 Paolo Nenzi <p.nenzi@ieee.org>
|
||||
|
||||
* src/frontend/aspice.c: Added #ifdef for SOLARIS.
|
||||
|
||||
* src/include/cktdefs.h: added prototype for NInzIter().
|
||||
|
||||
* src/spicelib/devices/cpl/*: Added CPLask and CPLmAsk functions to
|
||||
|
|
|
|||
|
|
@ -176,7 +176,7 @@ sigchild(void)
|
|||
* whether the exit was normal or not.
|
||||
*/
|
||||
|
||||
#if defined(__NetBSD__)
|
||||
#if defined(__NetBSD__) || defined(SOLARIS)
|
||||
pid_t status;
|
||||
#else
|
||||
union wait status;
|
||||
|
|
|
|||
Loading…
Reference in New Issue