Complete.Org: Mailing Lists: Archives: freeciv-dev: June 2000:
[Freeciv-Dev] FD_ZERO macro
Home

[Freeciv-Dev] FD_ZERO macro

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] FD_ZERO macro
From: Dan Gohman <gohmandj@xxxxxxxxxxx>
Date: Fri, 9 Jun 2000 10:11:37 -0500

Is there a reason why freeciv uses it's own FD_ZERO macro (MY_FD_ZERO), even
if the platform already has one?

I've attached a small patch (against current CVS) to use the system's FD_ZERO
if it is defined, and fall back to the memset macro that is currently used.

-Dan

-- 
Dan Gohman
gohmandj@xxxxxxxxxxx

Attachment: FD_ZERO.diff
Description: FD_ZERO.diff


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] FD_ZERO macro, Dan Gohman <=