Commit 86a78b40 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

scoreboard.h says it is extern (and scoreboard.c instantiates it),

but prefork.c instantiated it as static

It looks like the BeOS and OS/2 MPMs sh/could get rid of this decl.
also.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88018 13f79535-47bb-0310-9956-ffa450edef68
parent 51e107a0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -149,7 +149,6 @@ static int ap_daemons_to_start=0;
static int ap_daemons_min_free=0;
static int ap_daemons_max_free=0;
static int ap_daemons_limit=0;
static int ap_extended_status = 0;

/*
 * The max child slot ever assigned, preserved across restarts.  Necessary