From cc05432bf4e58ec53c64a5d11737608d1b44a2e8 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 2 Oct 2006 14:50:19 +0000 Subject: fix building on Linux and Solaris --- src/os/unix/ngx_files.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/os/unix/ngx_files.h') diff --git a/src/os/unix/ngx_files.h b/src/os/unix/ngx_files.h index 3e1e22519..72d3461a8 100644 --- a/src/os/unix/ngx_files.h +++ b/src/os/unix/ngx_files.h @@ -131,7 +131,7 @@ ngx_int_t ngx_open_dir(ngx_str_t *name, ngx_dir_t *dir); typedef struct { - int n; + size_t n; glob_t pglob; u_char *pattern; ngx_log_t *log; -- cgit v1.2.3