Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auto/os
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-03-23 23:26:33 +0300
committerIgor Sysoev <igor@sysoev.ru>2009-03-23 23:26:33 +0300
commit92d543deaa7f90a0fbd8c1e53e4d0418dec9bfc8 (patch)
tree70359c4bd8f29f7e25f547ca1685dfdfa2a5bc58 /auto/os
parent0ded9db38328a39a605a46385dc1b97dae427b28 (diff)
style fix
Diffstat (limited to 'auto/os')
-rw-r--r--auto/os/features2
-rw-r--r--auto/os/linux4
2 files changed, 3 insertions, 3 deletions
diff --git a/auto/os/features b/auto/os/features
index 5fcbf7f6b..ecb210da6 100644
--- a/auto/os/features
+++ b/auto/os/features
@@ -98,7 +98,7 @@ if test -z "$NGX_KQUEUE_CHECKED"; then
ngx_feature_name="NGX_HAVE_TIMER_EVENT"
ngx_feature_run=yes
ngx_feature_incs="#include <sys/event.h>
-#include <sys/time.h>"
+ #include <sys/time.h>"
ngx_feature_path=
ngx_feature_libs=
ngx_feature_test="int kq;
diff --git a/auto/os/linux b/auto/os/linux
index 3c2c8419d..580a92ada 100644
--- a/auto/os/linux
+++ b/auto/os/linux
@@ -65,7 +65,7 @@ ngx_feature="sendfile()"
ngx_feature_name="NGX_HAVE_SENDFILE"
ngx_feature_run=yes
ngx_feature_incs="#include <sys/sendfile.h>
-#include <errno.h>"
+ #include <errno.h>"
ngx_feature_path=
ngx_feature_libs=
ngx_feature_test="int s = 0, fd = 1;
@@ -86,7 +86,7 @@ ngx_feature="sendfile64()"
ngx_feature_name="NGX_HAVE_SENDFILE64"
ngx_feature_run=yes
ngx_feature_incs="#include <sys/sendfile.h>
-#include <errno.h>"
+ #include <errno.h>"
ngx_feature_path=
ngx_feature_libs=
ngx_feature_test="int s = 0, fd = 1;