]> git.ipfire.org Git - thirdparty/sarg.git/commit
Fix compilation error on Windows
authorFrederic Marchal <frederic.marchal@wowtechnology.com>
Mon, 21 May 2012 10:46:43 +0000 (12:46 +0200)
committerFrederic Marchal <frederic.marchal@wowtechnology.com>
Mon, 21 May 2012 10:46:43 +0000 (12:46 +0200)
commit5f2ff7a7612499872366df27787a0afe1729d41b
tree0ede1eeeb8e182fe1499fb481f48ed3b95dc9ba8
parent7c66fbdd32d50f3796cb6850cf0ea2b121294ee6
Fix compilation error on Windows

The variable h_errno is an alias to WSAGetLastError() which must not be
declared as was to be done on Linux.
ip2name_dns.c