comparison src/os/unix/ngx_freebsd_init.h @ 92:19cc647ecd91

nginx-0.0.1-2003-05-20-19:37:55 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 20 May 2003 15:37:55 +0000
parents 637625a2acdb
children 738fe44c70d5
comparison
equal deleted inserted replaced
91:637625a2acdb 92:19cc647ecd91
2 #define _NGX_FREEBSD_INIT_H_INCLUDED_ 2 #define _NGX_FREEBSD_INIT_H_INCLUDED_
3 3
4 4
5 #include <ngx_config.h> 5 #include <ngx_config.h>
6 #include <ngx_core.h> 6 #include <ngx_core.h>
7 #include <ngx_log.h>
8 #include <ngx_os_init.h>
9 #include <sys/sysctl.h> 7 #include <sys/sysctl.h>
10 8
11 9
12 int ngx_unix_init(ngx_log_t *log); 10 int ngx_unix_init(ngx_log_t *log);
13 ssize_t ngx_unix_recv(ngx_connection_t *c, char *buf, size_t size); 11 ssize_t ngx_unix_recv(ngx_connection_t *c, char *buf, size_t size);