Changes between Initial Version and Version 1 of Ticket #42845, comment 2


Ignore:
Timestamp:
Mar 15, 2014, 3:38:11 PM (10 years ago)
Author:
posita (Matt Bogosian)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42845, comment 2

    initial v1  
    33Also, while HAVE_STRLC(AT|PY) are properly set to 1 in config.h for Darwin, config.h is not included by daemon.c before daemon.c includes slack/str.h, so even if the str.h definitions were guarded, compiling daemon.c would fail to exclude them.
    44
    5 Attached is a patch that addresses both of these problems.
     5Attached is a patch that addresses both of these problems, and should result in a successful build.