[1306] in NetBSD-Development
Re: netbsd 1.1B
daemon@ATHENA.MIT.EDU (John Kohl)
Tue Apr 23 16:39:32 1996
Date: Tue, 23 Apr 1996 16:39:02 -0400
From: John Kohl <jtk@atria.com>
To: yoav@MIT.EDU
Cc: netbsd-afs@MIT.EDU
In-Reply-To: <199604231918.PAA23411@i-see-everything-twice.MIT.EDU> (message
from Yoav Yerushalmi on Tue, 23 Apr 1996 15:18:56 EDT)
I'm serious about what I said about why I put the version matching code
in the libafs in the first place.
In this specific instance, there's nothing different in the interfaces
that libafs uses between 1.1A and 1.1B, so you're probably safe just
editing the binary. However, in the past there have been changes which
*have* affected libafs (e.g. networking changes from custom doubly
linked lists to tailqs) and would cause a machine crash without a
properly matched pair.
==John