From fece5e8960b0d6200c1a84690bc242c945fdfb1e Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 16 Nov 2004 11:04:25 +0000 Subject: 20556: change SOCKLEN_T to ZSOCKLEN_T to avoid clash --- Src/Modules/tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/Modules/tcp.c') diff --git a/Src/Modules/tcp.c b/Src/Modules/tcp.c index 586c2a19e..2120ba833 100644 --- a/Src/Modules/tcp.c +++ b/Src/Modules/tcp.c @@ -340,7 +340,7 @@ static int bin_ztcp(char *nam, char **args, Options ops, UNUSED(int func)) { int herrno, err=1, destport, force=0, verbose=0, test=0, targetfd=0; - SOCKLEN_T len; + ZSOCKLEN_T len; char **addrp, *desthost, *localname, *remotename; struct hostent *zthost = NULL, *ztpeer = NULL; struct servent *srv; -- cgit 1.4.1