aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_files.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-10-02 14:50:19 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-10-02 14:50:19 +0000
commitcc05432bf4e58ec53c64a5d11737608d1b44a2e8 (patch)
treef58dd20b1c49c79f0cb32bb4644fa86e11012f32 /src/os/unix/ngx_files.h
parent0e4a95dfe398c4e7ce86e5b0698d59ac281591b0 (diff)
downloadnginx-cc05432bf4e58ec53c64a5d11737608d1b44a2e8.tar.gz
nginx-cc05432bf4e58ec53c64a5d11737608d1b44a2e8.zip
fix building on Linux and Solaris
Diffstat (limited to 'src/os/unix/ngx_files.h')
-rw-r--r--src/os/unix/ngx_files.h2
1 files changed, 1 insertions, 1 deletions
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;