Hi, > - int rv, i; > + int rv; > +#if defined(__FreeBSD_version) && __FreeBSD_version < 460001 > + int i; > +#endif
I don't want to mess up with APR development too much, but why don't you declare i in the else if block just a few lines after ? i is obviously only used there, and this block is already in a similar pre-compilator conditional block. Would improve code readability I guess. My 2 ยข, - Sam -- Maxime Petazzoni (http://www.bulix.org) -- gone crazy, back soon. leave message.
signature.asc
Description: Digital signature
