summaryrefslogtreecommitdiff
path: root/libc/misc/syslog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-07-10 04:32:03 +0000
committerEric Andersen <andersen@codepoet.org>2002-07-10 04:32:03 +0000
commit64bfb23ea641191b6266b637269d41b99b9597ca (patch)
tree82aba663ead95672eaa4fe7aba5d076f1eca7f10 /libc/misc/syslog
parentfbede14cba2d835fe9e474db3cf5912187ee4c58 (diff)
Per bug report from Ronald Wahl <rwa@peppercon.com>:
...inet_pton breaks since tolower is implemented as a macro and its argument is evaluated more than once: while ((ch = tolower (*src++)) != '\0') { So I fixed it by just undefining tolower() so we use the function version, not the macro. -Erik
Diffstat (limited to 'libc/misc/syslog')
0 files changed, 0 insertions, 0 deletions