comparison src/os/unix/ngx_freebsd_sendfile_chain.c @ 272:d4e65d74db9f

nginx-0.0.2-2004-03-01-00:03:02 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 29 Feb 2004 21:03:02 +0000
parents 6468241715e6
children 87e73f067470
comparison
equal deleted inserted replaced
271:e16dfb9b9afa 272:d4e65d74db9f
1
2 /*
3 * Copyright (C) 2002-2004 Igor Sysoev, http://sysoev.ru/en/
4 */
5
1 6
2 #include <ngx_config.h> 7 #include <ngx_config.h>
3 #include <ngx_core.h> 8 #include <ngx_core.h>
4 #include <ngx_event.h> 9 #include <ngx_event.h>
5 10