comparison src/core/ngx_file.c @ 100:7ebc8b7fb816

nginx-0.0.1-2003-06-03-19:42:58 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 03 Jun 2003 15:42:58 +0000
parents 738fe44c70d5
children 46eb23d9471d
comparison
equal deleted inserted replaced
99:a059e1aa65d4 100:7ebc8b7fb816
1 1
2 #include <ngx_config.h> 2 #include <ngx_config.h>
3 #include <ngx_core.h> 3 #include <ngx_core.h>
4 #include <ngx_hunk.h>
5 #include <ngx_array.h>
6 #include <ngx_file.h>
7 #include <ngx_files.h>
8 4
9 5
10 static int ngx_temp_number; 6 static int ngx_temp_number;
11 static int ngx_random; 7 static int ngx_random;
12 8