[1315] in NetBSD-Development
Re: ..
daemon@ATHENA.MIT.EDU (John Kohl)
Fri May 10 14:49:06 1996
Date: Fri, 10 May 1996 14:43:52 -0400
From: John Kohl <jtk@atria.com>
To: nathanw@MIT.EDU, netbsd-afs@MIT.EDU
In-Reply-To: <199605101840.OAA25454@lola-granola.MIT.EDU> (message from Nathan
J Williams on Fri, 10 May 1996 14:40:22 EDT)
Yes, once you get from _spl0 to whatever __spl stuff, you then hit the
version check which you can also binary edit (it's safe in this instance
to do so, but not in the general case, hence the check in the first
place).
But I have no clue whether the _spl0 to __spl stuff is the Right Way to
fix things....
==John