From: Jim Jagielski Date: Fri, 1 Mar 2013 15:36:00 +0000 (+0000) Subject: And now make aware... compile/build again :) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f22496e64cae92d6b51317ae3e32286593a437a1;p=thirdparty%2Fapache%2Fhttpd.git And now make aware... compile/build again :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1451620 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_skiplist.h b/include/ap_skiplist.h index 98f77f3cca0..66b88261819 100644 --- a/include/ap_skiplist.h +++ b/include/ap_skiplist.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef _SKIPLIST_P_H -#define _SKIPLIST_P_H +#ifndef _AP_SKIPLIST_P_H +#define _AP_SKIPLIST_P_H #include "apr.h" #include "apr_portable.h" diff --git a/server/mpm/eventopt/config3.m4 b/server/mpm/eventopt/config3.m4 index 061bcbad7f4..e85008419bd 100644 --- a/server/mpm/eventopt/config3.m4 +++ b/server/mpm/eventopt/config3.m4 @@ -8,7 +8,7 @@ if test "$ac_cv_serf" = yes ; then fi APACHE_SUBST(MOD_MPM_EVENTOPT_LDADD) -APACHE_MPM_MODULE(eventopt, $enable_mpm_eventopt, eventopt.lo fdqueue.lo equeue.lo skiplist.lo,[ +APACHE_MPM_MODULE(eventopt, $enable_mpm_eventopt, eventopt.lo fdqueue.lo equeue.lo ,[ AC_CHECK_FUNCS(pthread_kill) ], , [\$(MOD_MPM_EVENTOPT_LDADD)]) diff --git a/server/mpm/eventopt/eventopt.c b/server/mpm/eventopt/eventopt.c index 8e070bd51ce..cf42fd9121c 100644 --- a/server/mpm/eventopt/eventopt.c +++ b/server/mpm/eventopt/eventopt.c @@ -97,7 +97,7 @@ #include "equeue.h" -#include "skiplist.h" +#include "ap_skiplist.h" #if HAVE_SERF #include "mod_serf.h" diff --git a/server/skiplist.c b/server/skiplist.c index c6a8067a19e..f79a6f9cc39 100644 --- a/server/skiplist.c +++ b/server/skiplist.c @@ -23,7 +23,7 @@ * can removed if/when needed. */ -#include "skiplist.h" +#include "ap_skiplist.h" #ifndef MIN #define MIN(a,b) ((a