innd/art.c in current
Russ Allbery
rra at stanford.edu
Sun May 23 22:45:14 UTC 2004
Heath Kehoe <hakehoe at avalon.net> writes:
> In art.c, line 912, there's a "return ARTparsebody(cp);". However,
> the function that this is in has a void return type. This actually
> cases the HP/UX compiler to error out.
> Assuming we actually want to call ARTparsebody here, it should be
> written as:
> ARTparsebody(cp);
> return;
This fix is correct. Please feel free to commit it.
--
Russ Allbery (rra at stanford.edu) <http://www.eyrie.org/~eagle/>
Please send questions to the list rather than mailing me directly.
<http://www.eyrie.org/~eagle/faqs/questions.html> explains why.
More information about the inn-workers
mailing list