Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 65D8210052 for ; Wed, 18 Dec 2013 15:04:42 +0000 (UTC) Received: (qmail 82710 invoked by uid 500); 18 Dec 2013 15:03:47 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 82628 invoked by uid 500); 18 Dec 2013 15:03:44 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 82577 invoked by uid 99); 18 Dec 2013 15:03:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Dec 2013 15:03:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Dec 2013 15:03:40 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E96C92388993; Wed, 18 Dec 2013 15:03:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1551969 - /httpd/httpd/branches/2.4.x/modules/lua/lua_request.c Date: Wed, 18 Dec 2013 15:03:19 -0000 To: cvs@httpd.apache.org From: covener@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131218150319.E96C92388993@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: covener Date: Wed Dec 18 15:03:19 2013 New Revision: 1551969 URL: http://svn.apache.org/r1551969 Log: Merge r1551968 from trunk: get arpa/inet.h from apr_want.h for htons where applicable Modified: httpd/httpd/branches/2.4.x/modules/lua/lua_request.c Modified: httpd/httpd/branches/2.4.x/modules/lua/lua_request.c URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/lua/lua_request.c?rev=1551969&r1=1551968&r2=1551969&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/modules/lua/lua_request.c (original) +++ httpd/httpd/branches/2.4.x/modules/lua/lua_request.c Wed Dec 18 15:03:19 2013 @@ -28,6 +28,8 @@ #include "apr_thread_mutex.h" #include "apr_tables.h" #include "util_cookies.h" + +#define APR_WANT_BYTEFUNC #include "apr_want.h" extern apr_thread_mutex_t* lua_ivm_mutex;