From 74fce85ee80ee5f484b62a3a81e9981e5698f1e1 Mon Sep 17 00:00:00 2001 From: James Yonan Date: Wed, 31 Mar 2010 06:38:21 +0000 Subject: Updated MSVC build scripts to Visual Studio 2008: python msvc\config.py nmake /f msvc\msvc.mak Version 2.1.1e git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@5516 e7ae566f-a301-0410-adde-c780ea21d3b5 --- tun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tun.c') diff --git a/tun.c b/tun.c index d82ac49..725dce4 100644 --- a/tun.c +++ b/tun.c @@ -55,7 +55,7 @@ static void netsh_ifconfig (const struct tuntap_options *to, const char *flex_name, const in_addr_t ip, const in_addr_t netmask, - unsigned int flags); + const unsigned int flags); static const char *netsh_get_id (const char *dev_node, struct gc_arena *gc); -- cgit