Put back the declaration of hostspath on Windows.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 7 Jan 2005 11:22:18 +0000 (11:22 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 7 Jan 2005 11:22:18 +0000 (11:22 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12976 f5534014-38df-0310-8fa8-9805f1628bb7

epan/addr_resolv.c

index 4c41e93bc14a665c340932ac675c3bde7fb41b33..28829d588077dc32e1d00ecf68a95c8ed3b8ceb3 100644 (file)
@@ -1582,6 +1582,7 @@ host_name_lookup_init(void) {
 
   #ifdef WIN32
   char *sysroot;
+  char *hostspath;
   static char rootpath[] = "\\system32\\drivers\\etc\\hosts";
   #endif