diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2002-08-26 15:18:19 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2002-08-26 15:18:19 +0000 |
| commit | 0ad17c09032bdfbc67cd1239b43107edc9d55a52 (patch) | |
| tree | 3c2b56845d9c982135e12d505e1e443cbe0cd8ff /src/core/ngx_hunk.h | |
| parent | 83661a922b26d84230ae0cc39f161323797cbb6c (diff) | |
| download | nginx-0ad17c09032bdfbc67cd1239b43107edc9d55a52.tar.gz nginx-0ad17c09032bdfbc67cd1239b43107edc9d55a52.tar.bz2 | |
nginx-0.0.1-2002-08-26-19:18:19 import
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; |
