X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnetutl.c;h=275c64f796e29321a39c86d709b42056cdb2f56e;hp=fc3cdc9166cbeedb572b55e3f96907c8d7dd910e;hb=ad7a6f5518acee377ddcb42d727e06b483c02f81;hpb=09d60499af3acef2ba9bd7be15e8d1c44249f8d5 diff --git a/src/netutl.c b/src/netutl.c index fc3cdc91..275c64f7 100644 --- a/src/netutl.c +++ b/src/netutl.c @@ -1,7 +1,7 @@ /* netutl.c -- some supporting network utility code Copyright (C) 1998-2005 Ivo Timmermans - 2000-2011 Guus Sliepen + 2000-2015 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -39,7 +39,7 @@ struct addrinfo *str2addrinfo(const char *address, const char *service, int sock hint.ai_family = addressfamily; hint.ai_socktype = socktype; -#ifdef HAVE_DECL_RES_INIT +#if HAVE_DECL_RES_INIT // ensure glibc reloads /etc/resolv.conf. res_init(); #endif