]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Workaround to get leader/follower compiling on recent Linuxes:
authorBrian Pane <brianp@apache.org>
Sat, 20 Apr 2002 20:41:33 +0000 (20:41 +0000)
committerBrian Pane <brianp@apache.org>
Sat, 20 Apr 2002 20:41:33 +0000 (20:41 +0000)
commit279b274eb4fb92ae7fa4a5ffa6320039dc441989
tree46265a851a8377486960bb9b55e35a75ffb9db62
parent649137f767069ec2a4db8beb0d7b7b6b4c2634a7
Workaround to get leader/follower compiling on recent Linuxes:
apr_atomic.h includes some <asm/*.h> header files that clash
with stdlib.h, so I've moved apr_atomic.h so that it's included
after all the other header files.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94734 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/experimental/leader/leader.c