X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftcpip.c;h=a16fe5eb202c58d9edaf00a45c5f67a4ec29fb1d;hb=be6bf53019f49c1448f0161e3b0ce8d3b5b09ec0;hp=45b2ad129a75350bedec07d682989d2f4365d28b;hpb=2c418266c8feeeb47453d38c8320e6c83d75fd74;p=yaz-moved-to-github.git diff --git a/src/tcpip.c b/src/tcpip.c index 45b2ad1..a16fe5e 100644 --- a/src/tcpip.c +++ b/src/tcpip.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2006, Index Data ApS * See the file LICENSE for details. * - * $Id: tcpip.c,v 1.30 2006-09-15 09:06:28 adam Exp $ + * $Id: tcpip.c,v 1.31 2006-09-21 15:55:25 adam Exp $ */ /** * \file tcpip.c @@ -565,7 +565,7 @@ static int tcpip_bind(COMSTACK h, void *address, int mode) #ifdef WIN32 BOOL one = 1; #else - unsigned long one = 1; + int one = 1; #endif #if HAVE_GETADDRINFO