innd/art.c in current

Heath Kehoe hakehoe at avalon.net
Sun May 23 18:04:46 UTC 2004


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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;


- - heath
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFAsOfC4uXPAG0A1J4RAhcHAKCh7MawrmKTQsUZIsuvdgAEMCDIbgCgsJqi
rVucX+Oob5/P2/bL+pYkDfk=
=fRC4
-----END PGP SIGNATURE-----



More information about the inn-workers mailing list