Browse Source

Added ifdef for Solaris

pre-master-46
pnenzi 23 years ago
parent
commit
d14a6e7665
  1. 2
      ChangeLog
  2. 2
      src/frontend/aspice.c

2
ChangeLog

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

2
src/frontend/aspice.c

@ -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…
Cancel
Save