diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-02-29 21:03:02 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-02-29 21:03:02 +0000 |
commit | d94049b6320504f3213adfaad939493676e83a3a (patch) | |
tree | 7a25b794030cbee22cca6e2bf27aa3569f915d2c /src/os/unix/ngx_linux_sendfile_chain.c | |
parent | 898446c8bacb5b0e1c223dfec4643ebee8d07f8e (diff) | |
download | nginx-d94049b6320504f3213adfaad939493676e83a3a.tar.gz nginx-d94049b6320504f3213adfaad939493676e83a3a.zip |
nginx-0.0.2-2004-03-01-00:03:02 import
Diffstat (limited to 'src/os/unix/ngx_linux_sendfile_chain.c')
-rw-r--r-- | src/os/unix/ngx_linux_sendfile_chain.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/os/unix/ngx_linux_sendfile_chain.c b/src/os/unix/ngx_linux_sendfile_chain.c index 4fa8f835c..463fddac7 100644 --- a/src/os/unix/ngx_linux_sendfile_chain.c +++ b/src/os/unix/ngx_linux_sendfile_chain.c @@ -1,4 +1,9 @@ +/* + * Copyright (C) 2002-2004 Igor Sysoev, http://sysoev.ru/en/ + */ + + #include <ngx_config.h> #include <ngx_core.h> #include <ngx_event.h> |