From 8253efcd708cb00d57c7c42e1bd63dff9f4749a5 Mon Sep 17 00:00:00 2001 From: davygrvy Date: Tue, 11 Nov 2003 08:24:55 +0000 Subject: added socklen_t typedef for DJGPP --- unix/tclUnixPort.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v0.12