diff options
| author | davygrvy@pobox.com <davygrvy> | 2003-11-11 08:24:55 (GMT) |
|---|---|---|
| committer | davygrvy@pobox.com <davygrvy> | 2003-11-11 08:24:55 (GMT) |
| commit | 29c3ac44adadf30cbce87c615cdf496145f699f8 (patch) | |
| tree | bb8e05005330e2e2f6a5de72e11561581028355c /unix/tclUnixPort.h | |
| parent | 6f873a8a0b02dbf1631bf4e566f7643745e11aa4 (diff) | |
| download | tcl-29c3ac44adadf30cbce87c615cdf496145f699f8.zip tcl-29c3ac44adadf30cbce87c615cdf496145f699f8.tar.gz tcl-29c3ac44adadf30cbce87c615cdf496145f699f8.tar.bz2 | |
added socklen_t typedef for DJGPP
Diffstat (limited to 'unix/tclUnixPort.h')
| -rw-r--r-- | unix/tclUnixPort.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h index 1290207..eee9d71 100644 --- a/unix/tclUnixPort.h +++ b/unix/tclUnixPort.h @@ -19,7 +19,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclUnixPort.h,v 1.29 2003/06/24 08:53:30 mdejong Exp $ + * RCS: @(#) $Id: tclUnixPort.h,v 1.30 2003/11/11 08:24:55 davygrvy Exp $ */ #ifndef _TCLUNIXPORT @@ -518,6 +518,7 @@ extern double strtod(); #ifdef DJGPP #define TCL_PLATFORM_TRANSLATION TCL_TRANSLATE_CRLF +typedef int socklen_t; #else #define TCL_PLATFORM_TRANSLATION TCL_TRANSLATE_LF #endif |
