]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
fix the type of ap_my_pid and make it static since it is used
authorJeff Trawick <trawick@apache.org>
Fri, 2 Mar 2001 18:52:23 +0000 (18:52 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 2 Mar 2001 18:52:23 +0000 (18:52 +0000)
commit6bcac12f908f5cbf1c55647a7366c93429b9906b
tree683b5b90e67904d30f96d16ee861c1862180c925
parentcb52a0b2dc5922cea73a863f4a32d94c412a8c67
fix the type of ap_my_pid and make it static since it is used
in only one file per build (prefork.c or threaded.c)
PR: 6980

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88423 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/prefork/mpm.h
server/mpm/prefork/prefork.c
server/mpm/threaded/mpm.h
server/mpm/threaded/threaded.c