make-w32
[Top][All Lists]
Advanced

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

signame.c bug


From: Earnie Boyd
Subject: signame.c bug
Date: Thu, 10 Mar 2005 20:33:37 -0500 (EST)
User-agent: SquirrelMail/1.4.3a

<file name="config.h" line="55">
/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
   don't. */
#define HAVE_DECL_SYS_SIGLIST 0
</file>

<file name="signame.c" line="26">
/* If the system provides sys_siglist, we'll use that.
   Otherwise create our own.
 */

#if !defined(HAVE_DECL_SYS_SIGLIST)
</file>

<diff line="30">
#if (! HAVE_DECL_SYS_SIGLIST)
</diff>

Earnie

--
      MinGW - http://www.mingw.org/
       Wiki - http://www.mingw.org/MinGWiki/
 SF Project - http://sourceforge.net/projects/mingw
Job Listing - http://sf.net/people/viewjob.php?group_id=2435&job_id=21643





reply via email to

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