On 07/05/15 15:17, Martin Lucina wrote:
On Thursday, 07.05.2015 at 14:48, Antti Kantee wrote:
One problem is that as of very recently in NetBSD, "nam" is a
"struct sockaddr" instead of a "struct mbuf". So the code will not
work after I update src-netbsd. This is of course not your fault,
but I suggest we don't commit the code against the old interface at
all. I'll try to update src-netbsd tonight (I was planning to
bundle in some other changes with the update, but I think that plan
is from several weeks ago :/)
Ok, it can wait until you're done with the updates after which I'll rework
the code.
Sleeping on it, it might be better to get both versions in, just in case
someone wants to use brlib in a slightly older tree, and especially
since you already implemented and tested it for the old version. Use
__NetBSD_Prereq__(7,99,12) to decide between the old and the new.