diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-06-21 11:57:59 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-06-21 11:57:59 (GMT) |
| commit | 2578e03ca5d7993a6e1a947651a95226b84bedd0 (patch) | |
| tree | 6a3d302a05ef2fcf0dbb551b697ca261be61d978 /generic/tclStubInit.c | |
| parent | e26f463496c9a6045d94444c5882289ce17957ef (diff) | |
| download | tcl-2578e03ca5d7993a6e1a947651a95226b84bedd0.zip tcl-2578e03ca5d7993a6e1a947651a95226b84bedd0.tar.gz tcl-2578e03ca5d7993a6e1a947651a95226b84bedd0.tar.bz2 | |
Don't use TclpInetNtoa any more, use inet_ntoa in stead. Since IP6 support it's even not necessary any more (except for fake-rfc2553, but mutexes are used here already) , but it's in the internal stub table so we cannot remove it until 9.0
Diffstat (limited to 'generic/tclStubInit.c')
| -rw-r--r-- | generic/tclStubInit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index 1b04542..782bbdf 100644 --- a/generic/tclStubInit.c +++ b/generic/tclStubInit.c @@ -43,6 +43,7 @@ #undef TclSockMinimumBuffers #define TclBackgroundException Tcl_BackgroundException #undef Tcl_SetIntObj +#undef TclpInetNtoa /* See bug 510001: TclSockMinimumBuffers needs plat imp */ #ifdef _WIN64 |
