Re: [Freeciv-Dev] (PR#39597) redefinition of `socklen_t'

2007-08-21 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39597 > Committed trunk revision 13364, S2_1 revision 13365. ___ Freeciv-dev mailing list Freeciv-dev@gna.org https://mail.gna.org/listinfo/freeciv-dev

Re: [Freeciv-Dev] (PR#39597) redefinition of `socklen_t'

2007-08-21 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39597 > Specifically, for all BSD systems! socklen_t was originally created and defined for BSD, belongs in sys/socket.h, and is always 32-bits (as a field in a struct). Apparently, some other systems toss it in the wrong place, and are not compati

[Freeciv-Dev] (PR#39597) redefinition of `socklen_t'

2007-08-21 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39597 > PR#19481 (commits 13355 and 13356) broke compile for non-windows systems. In file included from netintf.c:57: netintf.h:64: warning: redefinition of `socklen_t' /usr/include/sys/socket.h:79: warning: `socklen_t' previously declared here make