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;