summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2012-04-24 12:55:42 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2012-04-24 12:55:42 (GMT)
commitbeff8eb899a21257158b70dfcfc442f8bc75955b (patch)
tree3529f07b1521fe3ae067c745152b71ed6b010112 /unix
parent6281c30b25db59f7ba4160836ef5995c1ac088cd (diff)
downloadtcl-beff8eb899a21257158b70dfcfc442f8bc75955b.zip
tcl-beff8eb899a21257158b70dfcfc442f8bc75955b.tar.gz
tcl-beff8eb899a21257158b70dfcfc442f8bc75955b.tar.bz2
implement TclWinGetSockOpt and TclWinGetServByName for cygwi
(should work, but not yet tested on UNIX) FossilOrigin-Name: 6d0fea34a0b8cc30fdee8947ac76c19751c603cc
Diffstat (limited to 'unix')
-rwxr-xr-xunix/tclUnixPort.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h
index a26922c..9426697 100755
--- a/unix/tclUnixPort.h
+++ b/unix/tclUnixPort.h
@@ -698,7 +698,6 @@ EXTERN struct tm * TclpLocaltime(TclpTime_t_CONST);
#ifndef TclpGmtime
EXTERN struct tm * TclpGmtime(TclpTime_t_CONST);
#endif
-EXTERN char * TclpInetNtoa(struct in_addr);
#define inet_ntoa(x) TclpInetNtoa(x)
#else
typedef int TclpMutex;