diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-24 12:55:42 (GMT) | 
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-24 12:55:42 (GMT) | 
| commit | a74b2db348b33fef423a84c7619861ac8f366b79 (patch) | |
| tree | 3529f07b1521fe3ae067c745152b71ed6b010112 /unix/tclUnixPort.h | |
| parent | 1f20e5f697a37f6a03cbce32c5ed3aefce416bea (diff) | |
| download | tcl-a74b2db348b33fef423a84c7619861ac8f366b79.zip tcl-a74b2db348b33fef423a84c7619861ac8f366b79.tar.gz tcl-a74b2db348b33fef423a84c7619861ac8f366b79.tar.bz2  | |
implement TclWinGetSockOpt and TclWinGetServByName for cygwi
(should work, but not yet tested on UNIX)
Diffstat (limited to 'unix/tclUnixPort.h')
| -rwxr-xr-x | unix/tclUnixPort.h | 1 | 
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;  | 
