Subject: Re: INN 1.5.1?
To: None <current-users@NetBSD.ORG, jfw@jfwhome.funhouse.com>
From: Ty Sarna <tsarna@endicor.com>
List: current-users
Date: 01/19/1997 14:15:39
In article <199701182338.SAA08603@jfwhome.funhouse.com>,
John F. Woods <jfw@jfwhome.funhouse.com> wrote:
> Has anyone compiled inn1.5.1 for netbsd-current?  If not, I'm about to do
> so, and will be happy to package up the results.

I assume you mean for the i386? I built it for the sun3. I didn't use
either MMAP option, since that port's mmap() is highly suspect. At any
rate, when not using MMAP on a big-endian machine, it was necessary to
add a prototype for xread() to the start of lib/readin.c, otherwise the
file size is passed wrong, and INN thinks the ative file is of 0 size.

Other that that, it seems to work fine.