aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_solaris_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/unix/ngx_solaris_config.h')
-rw-r--r--src/os/unix/ngx_solaris_config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/os/unix/ngx_solaris_config.h b/src/os/unix/ngx_solaris_config.h
index e7946449d..78eeb7213 100644
--- a/src/os/unix/ngx_solaris_config.h
+++ b/src/os/unix/ngx_solaris_config.h
@@ -30,6 +30,7 @@ typedef uint32_t u_int32_t;
#define QD_FMT "%lld"
#define QX_FMT "%llx"
#define OFF_FMT "%lld"
+#define PID_FMT "%ld"
#ifndef HAVE_SELECT
@@ -62,7 +63,7 @@ typedef uint32_t u_int32_t;
#ifndef HAVE_FIONBIO
-#define HAVE_FIONBIO 1
+#define HAVE_FIONBIO 1
#endif