diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-03-23 20:26:33 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-03-23 20:26:33 +0000 |
| commit | 92d543deaa7f90a0fbd8c1e53e4d0418dec9bfc8 (patch) | |
| tree | 70359c4bd8f29f7e25f547ca1685dfdfa2a5bc58 /auto/os | |
| parent | 0ded9db38328a39a605a46385dc1b97dae427b28 (diff) | |
| download | nginx-92d543deaa7f90a0fbd8c1e53e4d0418dec9bfc8.tar.gz nginx-92d543deaa7f90a0fbd8c1e53e4d0418dec9bfc8.tar.bz2 | |
style fix
Diffstat (limited to 'auto/os')
| -rw-r--r-- | auto/os/features | 2 | ||||
| -rw-r--r-- | auto/os/linux | 4 |
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; |
