Welcome! Log In Create A New Profile

Advanced

[nginx] svn commit: r4564 - trunk/auto

Anonymous User
March 28, 2012 08:40AM
Author: mdounin
Date: 2012-03-28 12:38:03 +0000 (Wed, 28 Mar 2012)
New Revision: 4564
URL: http://trac.nginx.org/nginx/changeset/4564/nginx

Log:
Configure: fixed msghdr.msg_control test on 64bit platforms.

Broken by r4560.


Modified:
trunk/auto/unix

Modified: trunk/auto/unix
===================================================================
--- trunk/auto/unix 2012-03-28 09:29:09 UTC (rev 4563)
+++ trunk/auto/unix 2012-03-28 12:38:03 UTC (rev 4564)
@@ -703,8 +703,8 @@
#include <stdio.h>"
ngx_feature_path=
ngx_feature_libs=
-ngx_feature_test="struct msghdr msg; msg.msg_control = NULL;
- printf(\"%d\", (int) msg.msg_control)"
+ngx_feature_test="struct msghdr msg;
+ printf(\"%d\", (int) sizeof(msg.msg_control))"
. auto/feature



_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] svn commit: r4564 - trunk/auto

Anonymous User 1132 March 28, 2012 08:40AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 165
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready