[njs] Fixed building on Solaris after d8b1e2576409.
Valentin Bartenev
vbart at nginx.com
Thu Nov 10 13:19:50 UTC 2016
details: http://hg.nginx.org/njs/rev/9f6d26f5f99b
branches:
changeset: 247:9f6d26f5f99b
user: Valentin Bartenev <vbart at nginx.com>
date: Thu Nov 10 16:19:13 2016 +0300
description:
Fixed building on Solaris after d8b1e2576409.
diffstat:
nxt/auto/memalign | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r d8b1e2576409 -r 9f6d26f5f99b nxt/auto/memalign
--- a/nxt/auto/memalign Thu Nov 10 15:33:02 2016 +0300
+++ b/nxt/auto/memalign Thu Nov 10 16:19:13 2016 +0300
@@ -39,7 +39,7 @@ if [ $nxt_found = no ]; then
int main(void) {
void *p;
- p = memalign(4096, 4096)
+ p = memalign(4096, 4096);
if (p == NULL)
return 1;
More information about the nginx-devel
mailing list