View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001425 | libmicrohttpd | portability | public | 2008-09-17 03:43 | 2008-11-16 17:00 |
| Reporter | colinhogben | Assigned To | Christian Grothoff | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 0.4.0pre0 | ||||
| Summary | 0001425: MSG_NOSIGNAL undefined on Solaris | ||||
| Description | Trying 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 | ||||
| Tags | No tags attached. | ||||
| 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 |