diff options
author | Phil Pennock <pdp@exim.org> | 2011-03-26 00:32:44 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2011-03-26 00:32:44 -0400 |
commit | b52ce0604579f50b71e7527e5030dfb3f74c618b (patch) | |
tree | 8a76e8c90c8311395e9e29fa00b005443d7e05b3 /src/scripts | |
parent | 4e7ee01264c430b044fd81cbc79a09ee0348d018 (diff) |
Rely on system prototypes if we #define our os funcs.
The const-ness updates broke systems where `os_strsignal()` gets mapped
to `strsignal()`, which does *not* return `const char *` but `char *`.
If we #define away, then there should be a prototype from the system
headers.
Diffstat (limited to 'src/scripts')
0 files changed, 0 insertions, 0 deletions