diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-07-10 04:32:03 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-07-10 04:32:03 +0000 |
commit | 64bfb23ea641191b6266b637269d41b99b9597ca (patch) | |
tree | 82aba663ead95672eaa4fe7aba5d076f1eca7f10 /libc/inet/Makefile | |
parent | fbede14cba2d835fe9e474db3cf5912187ee4c58 (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/inet/Makefile')
0 files changed, 0 insertions, 0 deletions