View Issue Details

IDProjectCategoryView StatusLast Update
0001425libmicrohttpdportabilitypublic2008-11-16 17:00
Reportercolinhogben Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.4.0pre0 
Summary0001425: MSG_NOSIGNAL undefined on Solaris
DescriptionTrying to build both 0.4.0pre0 and svn 7707 on Solaris 10, compilation of daemon.c fails with undefined symbol MSG_NOSIGNAL.

The following code from connection.c (where MSG_NOSIGNAL is not used) needs to be moved to daemon.c :

#ifndef LINUX
#ifndef MSG_NOSIGNAL
#define MSG_NOSIGNAL 0
#endif
#endif

TagsNo tags attached.

Activities

Christian Grothoff

2008-09-17 08:11

manager   ~0003687

Fixed in SVN 7710. Thanks for pointing it out.

Issue History

Date Modified Username Field Change
2008-09-17 03:43 colinhogben New Issue
2008-09-17 08:11 Christian Grothoff Status new => resolved
2008-09-17 08:11 Christian Grothoff Resolution open => fixed
2008-09-17 08:11 Christian Grothoff Assigned To => Christian Grothoff
2008-09-17 08:11 Christian Grothoff Note Added: 0003687
2008-11-16 17:00 Christian Grothoff Status resolved => closed