Re: [Freeciv-Dev] Patch for Amiga Version of Freeciv
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
sebauer@xxxxxxxxxxx (Sebastian Bauer) writes:
> The second problem was that the select() inside mapview.c hanged
> sometimes. I replaced it with usleep().
There are systems out there that don't have usleep, so this is not
acceptable.
The right way to do this is to check in the configure script if usleep
is available and fall back to select if it's not. Please tell me if
you need help with this.
Falk
|
|