Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 190958
Collapse All | Expand All

(-)a/src/xcb_util.c (-1 / +4 lines)
Lines 176-182 static int _xcb_open_decnet(const char *host, const unsigned short port) Link Here
176
static int _xcb_open_tcp(char *host, const unsigned short port)
176
static int _xcb_open_tcp(char *host, const unsigned short port)
177
{
177
{
178
    int fd = -1;
178
    int fd = -1;
179
    struct addrinfo hints = { AI_ADDRCONFIG
179
    struct addrinfo hints = { 0
180
#ifdef AI_ADDRCONFIG
181
                              | AI_ADDRCONFIG
182
#endif
180
#ifdef AI_NUMERICSERV
183
#ifdef AI_NUMERICSERV
181
                              | AI_NUMERICSERV
184
                              | AI_NUMERICSERV
182
#endif
185
#endif

Return to bug 190958