commit | 0ad17c09032bdfbc67cd1239b43107edc9d55a52 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Aug 26 15:18:19 2002 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Aug 26 15:18:19 2002 +0000 |
tree | 3c2b56845d9c982135e12d505e1e443cbe0cd8ff | |
parent | 83661a922b26d84230ae0cc39f161323797cbb6c [diff] [blame] |
nginx-0.0.1-2002-08-26-19:18:19 import
diff --git a/src/os/unix/ngx_file.h b/src/os/unix/ngx_file.h index 5fda896..33ba6d8 100644 --- a/src/os/unix/ngx_file.h +++ b/src/os/unix/ngx_file.h
@@ -5,7 +5,7 @@ #include <sys/types.h> #include <sys/stat.h> -typedef int ngx_file_t; +typedef int ngx_fd_t; typedef struct stat ngx_file_info_t;