Added ifdef for Solaris

This commit is contained in:
pnenzi 2004-01-10 12:11:40 +00:00
parent a872f83194
commit d14a6e7665
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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;