Complete.Org: Mailing Lists: Archives: freeciv-dev: September 1999:
Re: [Freeciv-Dev] Updated meta patch
Home

Re: [Freeciv-Dev] Updated meta patch

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: sebauer@xxxxxxxxxxx (Sebastian Bauer), freeciv-dev@xxxxxxxxxxx
Subject: Re: [Freeciv-Dev] Updated meta patch
From: Andy Black <ablack@xxxxxxxxxxxxxx>
Date: Wed, 1 Sep 1999 21:02:07 -0600

At 10:19 AM +0100 8/29/99, Sebastian Bauer wrote:
>Hi,
>
>Here is the updated meta patch updated to the latest cvs changes.
>It now also adds a missing include string.h to tilespec.c
>
>But I still not know if I can use the special amiga code part
>instead of the old code part. The special amiga code uses send()
>and recv(), instead of fdopen().
>Please let me know if send() and recv() is available on every
>system.
>Accoording to the man send() appeared in 4.2BSD and recv(), too.
>Also socket() which is uses by freeciv appeared in 4.2BSD.
>

Is that amiga code in the CVS curently?
Useing send() and recv() may help my port project because Open transport
includes the folowing functions
OTRcv(EndpointRef ref, void* buf, size_t nbytes, OTFlags* flags);
OTSnd(EndpointRef ref, void* buf, size_t nbytes, OTFlags flags);
the main items are the endpointref items (those are the conections) and the
buffer (that's the data)

Andy



[Prev in Thread] Current Thread [Next in Thread]