comparison src/os/unix/ngx_linux_config.h @ 2615:ceef364208c8

ngx_fs_bsize()
author Igor Sysoev <igor@sysoev.ru>
date Mon, 30 Mar 2009 07:43:06 +0000
parents c54ccad7b2f0
children 2ca36a62c8a1
comparison
equal deleted inserted replaced
2614:02fb50962b11 2615:ceef364208c8
26 #include <signal.h> 26 #include <signal.h>
27 #include <pwd.h> 27 #include <pwd.h>
28 #include <grp.h> 28 #include <grp.h>
29 #include <dirent.h> 29 #include <dirent.h>
30 #include <glob.h> 30 #include <glob.h>
31 #include <sys/vfs.h> /* statfs() */
31 32
32 #include <sys/uio.h> 33 #include <sys/uio.h>
33 #include <sys/stat.h> 34 #include <sys/stat.h>
34 #include <fcntl.h> 35 #include <fcntl.h>
35 36