Fix Sparse warnings: add "static"

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Blue Swirl 2009-09-05 10:14:07 +00:00
parent f2818f2201
commit 1e6eec8b33
3 changed files with 3 additions and 3 deletions

View file

@ -104,7 +104,7 @@ static void winsock_cleanup(void)
#else
struct stat dns_addr_stat;
static struct stat dns_addr_stat;
int get_dns_addr(struct in_addr *pdns_addr)
{