Author: cazfi
Date: Fri Aug 12 06:32:01 2016
New Revision: 33571

URL: http://svn.gna.org/viewcvs/freeciv?rev=33571&view=rev
Log:
Replaced couple of fc_select() parameters to be 'fc_timeval' instead of 'struct 
timeval'

See patch #7588

Modified:
    branches/S2_5/server/sernet.c

Modified: branches/S2_5/server/sernet.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/server/sernet.c?rev=33571&r1=33570&r2=33571&view=diff
==============================================================================
--- branches/S2_5/server/sernet.c       (original)
+++ branches/S2_5/server/sernet.c       Fri Aug 12 06:32:01 2016
@@ -498,7 +498,7 @@
   int max_desc;
   bool excepting;
   fd_set readfs, writefs, exceptfs;
-  struct timeval tv;
+  fc_timeval tv;
 #ifdef SOCKET_ZERO_ISNT_STDIN
   char *bufptr;    
 #endif
@@ -1427,7 +1427,7 @@
   struct data_in din;
   int type;
   fd_set readfs, exceptfs;
-  struct timeval tv;
+  fc_timeval tv;
 
   if (with_ggz) {
     return;


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to