# HG changeset patch # User Maxim Dounin # Date 1332938283 0 # Node ID cc038cc834beff1e1559fd6d8201ffa489a58bf1 # Parent b1950b0a9550fd18be27f97f63eb053ed5b557f1 Configure: fixed msghdr.msg_control test on 64bit platforms. Broken by r4560. diff -r b1950b0a9550 -r cc038cc834be auto/unix --- a/auto/unix Wed Mar 28 09:29:09 2012 +0000 +++ b/auto/unix Wed Mar 28 12:38:03 2012 +0000 @@ -703,8 +703,8 @@ #include " 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