diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-16 01:05:56 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-16 01:05:56 +0000 |
commit | 6a6ae6e1a26f32fd896b0a7b740129161bfb008b (patch) | |
tree | 818a08e98cc3cd7711fd077ea68c3c1a9d740f37 /libc/inet/ntop.c | |
parent | a1915d4502e23cc0c30e1c80a31971e71e7340a5 (diff) |
Convert some users and get rid of __rpc_thread_createerr jump reloc, this was indeed a badly chosen name
Diffstat (limited to 'libc/inet/ntop.c')
-rw-r--r-- | libc/inet/ntop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/ntop.c b/libc/inet/ntop.c index 91fa2b899..7bf242354 100644 --- a/libc/inet/ntop.c +++ b/libc/inet/ntop.c @@ -246,7 +246,7 @@ inet_pton4(const char *src, u_char *dst) /* We cannot use the macro version of tolower() or very bad * things happen when '*src++' gets evaluated multiple times. - * So * undef it here so we get the function version of tolower + * So undef it here so we get the function version of tolower * instead. */ #undef tolower |