Mats Erik Andersson <[email protected]> writes:

> Dear all,
>
> we have clearly no support for OpenSolaris in our project.
> Since two weeks back I have a system running NexentaCore,
> providing me with some services, and more importantly,
> a test bed for portability!
>
> Already compiling 'libinetutils' leads to a failure.
> The problem is that 'libinetutils/setsig.c' tacitly
> assumes the presence of
>
>    typedef sig_t;
>
> This does not apply to OpenSolaris:
>
>    /* config.h */
>
>    /* #undef HAVE_SIG_T */

Glibc uses 'sighandler_t' for this, and gnulib should make sure it is
available.  I've checked in a fix for this, please test!

/Simon

Reply via email to