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

ngx_fs_bsize()
author Igor Sysoev <igor@sysoev.ru>
date Mon, 30 Mar 2009 07:43:06 +0000
parents d880fa02fb65
children 418c9f97bd01
comparison
equal deleted inserted replaced
2614:02fb50962b11 2615:ceef364208c8
20 #include <signal.h> 20 #include <signal.h>
21 #include <pwd.h> 21 #include <pwd.h>
22 #include <grp.h> 22 #include <grp.h>
23 #include <dirent.h> 23 #include <dirent.h>
24 #include <glob.h> 24 #include <glob.h>
25 #include <sys/mount.h> /* statfs() */
25 26
26 #include <sys/filio.h> /* FIONBIO */ 27 #include <sys/filio.h> /* FIONBIO */
27 #include <sys/uio.h> 28 #include <sys/uio.h>
28 #include <sys/stat.h> 29 #include <sys/stat.h>
29 #include <fcntl.h> 30 #include <fcntl.h>