bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-inetutils] Early compilation failure with NexentaCore.


From: Simon Josefsson
Subject: Re: [bug-inetutils] Early compilation failure with NexentaCore.
Date: Thu, 16 Jun 2011 13:14:17 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.2 (gnu/linux)

Mats Erik Andersson <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]