BUILD: fix build on Solaris 10/11
authorDavid Carlier <devnexen@gmail.com>
Sun, 20 Nov 2016 10:42:38 +0000 (10:42 +0000)
committerWilly Tarreau <w@1wt.eu>
Tue, 22 Nov 2016 11:04:19 +0000 (12:04 +0100)
commit327298c21528f7413798b9ef0b52a182d52379c6
treed8c9870ad52d22e731620463576a40e40c4a91b6
parent0034cd9e0a60fb8b3a2c6aa4d7812ff243d2743c
BUILD: fix build on Solaris 10/11

uint16_t instead of u_int16_t
None ISO fields of struct tm are not present, but
by zeroyfing it, on GNU and BSD systems tm_gmtoff
field will be set.

[wt: moved the memset into each of the date functions]
include/types/connection.h
src/server.c
src/standard.c