Put back the declaration of hostspath on Windows.

svn path=/trunk/; revision=12976
This commit is contained in:
Guy Harris 2005-01-07 11:22:18 +00:00
parent fe833fc123
commit f8b7622fd5
1 changed files with 1 additions and 0 deletions

View File

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