nginx-0.0.9-2004-07-26-22:31:43 import
diff --git a/src/core/nginx.h b/src/core/nginx.h
index d8c82b2..b372d0c 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -2,7 +2,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VER          "nginx/0.0.8"
+#define NGINX_VER          "nginx/0.0.9"
 
 #define NGINX_VAR          "NGINX"
 #define NGX_NEWPID_EXT     ".newbin"
diff --git a/src/http/modules/ngx_http_index_handler.c b/src/http/modules/ngx_http_index_handler.c
index acfd308..8761943 100644
--- a/src/http/modules/ngx_http_index_handler.c
+++ b/src/http/modules/ngx_http_index_handler.c
@@ -98,7 +98,6 @@
 ngx_int_t ngx_http_index_handler(ngx_http_request_t *r)
 {
     u_char                     *name;
-    size_t                      len;
     ngx_fd_t                    fd;
     ngx_int_t                   rc;
     ngx_str_t                  *index;
diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c
index 4b61d56..492ba6f 100644
--- a/src/http/ngx_http.c
+++ b/src/http/ngx_http.c
@@ -69,7 +69,7 @@
     ngx_http_in_addr_t          *in_addr, *inaddr;
     ngx_http_server_name_t      *s_name, *name;
     ngx_http_core_srv_conf_t   **cscfp, *cscf;
-    ngx_http_core_loc_conf_t   **clcfp, *clcf;
+    ngx_http_core_loc_conf_t    *clcf;
     ngx_http_core_main_conf_t   *cmcf;
 #if (WIN32)
     ngx_iocp_conf_t             *iocpcf;
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c
index dbc91bc..2280c1b 100644
--- a/src/http/ngx_http_core_module.c
+++ b/src/http/ngx_http_core_module.c
@@ -1264,7 +1264,6 @@
     ngx_http_core_srv_conf_t *conf = child;
 
     ngx_http_listen_t          *l;
-    ngx_http_conf_ctx_t        *ctx;
     ngx_http_server_name_t     *n;
     ngx_http_core_main_conf_t  *cmcf;
 
@@ -1550,7 +1549,6 @@
 
     ngx_uint_t                  i;
     ngx_str_t                  *value;
-    ngx_http_conf_ctx_t        *ctx;
     ngx_http_server_name_t     *sn;
     ngx_http_core_main_conf_t  *cmcf;