summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2013-06-21 11:57:59 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2013-06-21 11:57:59 (GMT)
commit2578e03ca5d7993a6e1a947651a95226b84bedd0 (patch)
tree6a3d302a05ef2fcf0dbb551b697ca261be61d978 /unix/tclUnixPort.h
parente26f463496c9a6045d94444c5882289ce17957ef (diff)
downloadtcl-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 'unix/tclUnixPort.h')
-rw-r--r--unix/tclUnixPort.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h
index fde1909..2ade1c0 100644
--- a/unix/tclUnixPort.h
+++ b/unix/tclUnixPort.h
@@ -700,8 +700,6 @@ typedef int socklen_t;
#ifdef TCL_THREADS
# include <pthread.h>
-# undef inet_ntoa
-# define inet_ntoa(x) TclpInetNtoa(x)
#endif /* TCL_THREADS */
/* FIXME - Hyper-enormous platform assumption! */