Author: cazfi
Date: Fri Aug 12 06:31:53 2016
New Revision: 33570

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

See patch #7588

Modified:
    branches/S2_6/server/sernet.c

Modified: branches/S2_6/server/sernet.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/server/sernet.c?rev=33570&r1=33569&r2=33570&view=diff
==============================================================================
--- branches/S2_6/server/sernet.c       (original)
+++ branches/S2_6/server/sernet.c       Fri Aug 12 06:31:53 2016
@@ -497,7 +497,7 @@
   int max_desc;
   bool excepting;
   fd_set readfs, writefs, exceptfs;
-  struct timeval tv;
+  fc_timeval tv;
 #ifdef FREECIV_SOCKET_ZERO_NOT_STDIN
   char *bufptr;
 #endif
@@ -1448,7 +1448,7 @@
   struct data_in din;
   int type;
   fd_set readfs, exceptfs;
-  struct timeval tv;
+  fc_timeval tv;
 
   if (srvarg.announce == ANNOUNCE_NONE) {
     return;


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

Reply via email to