]> granicus.if.org Git - apache/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)
commit585d22e17b08d3ec0d6183b7224b472e00433355
tree46265a851a8377486960bb9b55e35a75ffb9db62
parentb85eee23f93eb4e26b935508e77e1c9d6ae17b4f
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