]> granicus.if.org Git - apache/commit
fix the type of the idlers field to match what apr_atomic_cas() expects
authorJeff Trawick <trawick@apache.org>
Wed, 15 Jan 2003 13:43:58 +0000 (13:43 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 15 Jan 2003 13:43:58 +0000 (13:43 +0000)
commitb31aeb23b86dcf4a824b8dbc3204987f37015394
treea096e46fa83739a038f8ee1d3e615e992fe124b1
parentd9a762c9391c560f8ff5d0b7842db1dc5eb1b087
fix the type of the idlers field to match what apr_atomic_cas() expects

this fixes the compile when using the native compiler for AIX (and likely
other non-gcc compilers)

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