diff options
| author | 2014-08-26 19:35:31 +0000 | |
|---|---|---|
| committer | 2014-08-26 19:35:31 +0000 | |
| commit | c11519ffeda73deab560cc100658d89d70c26934 (patch) | |
| tree | 5d718501b01d61c85227fde68121a14d950853c8 /usr.sbin/nginx/src/os/unix/ngx_linux.h | |
| parent | usr.sbin (diff) | |
| download | wireguard-openbsd-c11519ffeda73deab560cc100658d89d70c26934.tar.xz wireguard-openbsd-c11519ffeda73deab560cc100658d89d70c26934.zip | |
remove nginx from the base system in favor of OpenBSD's own httpd(8)
Diffstat (limited to 'usr.sbin/nginx/src/os/unix/ngx_linux.h')
| -rw-r--r-- | usr.sbin/nginx/src/os/unix/ngx_linux.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/usr.sbin/nginx/src/os/unix/ngx_linux.h b/usr.sbin/nginx/src/os/unix/ngx_linux.h deleted file mode 100644 index 1b8bdac51a4..00000000000 --- a/usr.sbin/nginx/src/os/unix/ngx_linux.h +++ /dev/null @@ -1,18 +0,0 @@ - -/* - * Copyright (C) Igor Sysoev - * Copyright (C) Nginx, Inc. - */ - - -#ifndef _NGX_LINUX_H_INCLUDED_ -#define _NGX_LINUX_H_INCLUDED_ - - -ngx_chain_t *ngx_linux_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in, - off_t limit); - -extern int ngx_linux_rtsig_max; - - -#endif /* _NGX_LINUX_H_INCLUDED_ */ |
