diff options
Diffstat (limited to 'src/core/ngx_hunk.h')
| -rw-r--r-- | src/core/ngx_hunk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_hunk.h b/src/core/ngx_hunk.h index 36c36e8c9..5e2a1d47e 100644 --- a/src/core/ngx_hunk.h +++ b/src/core/ngx_hunk.h @@ -48,7 +48,7 @@ struct ngx_hunk_s { char *pre_start; /* start of pre-allocated hunk */ char *post_end; /* end of post-allocated hunk */ int tag; - ngx_file_t fd; + ngx_fd_t fd; }; typedef struct ngx_chain_s ngx_chain_t; |
