diff src/os/unix/ngx_files.h @ 735:72621ebef255

fix building on Linux and Solaris
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Oct 2006 14:50:19 +0000
parents 532d15ddbe68
children bb139aba3199
line wrap: on
line diff
--- 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, 
 
 
 typedef struct {
-    int         n;
+    size_t      n;
     glob_t      pglob;
     u_char     *pattern;
     ngx_log_t  *log;