X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.70.135.10 with SMTP id po10mr23767612pdb.2.1434762673739; Fri, 19 Jun 2015 18:11:13 -0700 (PDT) X-Received: by 10.140.95.135 with SMTP id i7mr343792qge.27.1434762673479; Fri, 19 Jun 2015 18:11:13 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Fri, 19 Jun 2015 18:11:13 -0700 (PDT) In-Reply-To: <5584B697.60303@gmail.com> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=78.45.215.78; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp NNTP-Posting-Host: 78.45.215.78 References: <201506091712 DOT t59HCPci004068 AT delorie DOT com> <557739E0 DOT 6070608 AT gmail DOT com> <55775E64 DOT 2090901 AT gmail DOT com> <5579ED42 DOT 6070309 AT gmail DOT com> <5579FE8D DOT 3080501 AT gmail DOT com> <557B436F DOT 1050101 AT gmx DOT de> <779efaf6-8ebf-4f2a-a526-a2773e3909b4 AT googlegroups DOT com> <4131b54f-b34d-4a84-ada6-3443ed9efce9 AT googlegroups DOT com> <20150618-004800 DOT 313 DOT 0 AT Your-Name-Here DOT News> <65ad24c7-0888-4526-9395-e262f348a021 AT googlegroups DOT com> <5584B697 DOT 60303 AT gmail DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: DJGGP 2.05 upgrade problems. (appologies) From: "RayeR (glaux AT centrum DOT cz)" Injection-Date: Sat, 20 Jun 2015 01:11:13 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 2419 Lines: 13 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Yeah, I just played by network! The essential fix was changing ioctl() to ioctlsocket() in .\linux\net_udp.c line 463 // make it non-blocking if (ioctlsocket (newsocket, FIONBIO, &_true) == -1) { Com_Printf ("ERROR: UDP_OpenSocket: ioctlsocket FIONBIO:%s\n", NET_ErrorString()); return 0; } Do we need some #ifdef or can we replace it directly? Here's my fixed wattcp with built libwatt.a http://rayer.g6.cz/1tmp/wattcp.zip Thanks Ozkan!