[615] in NetBSD-Development
Re: athena-ized /usr/bin/login with SKEY
daemon@ATHENA.MIT.EDU (John Hawkinson)
Sun Mar 5 04:26:33 1995
Date: Sun, 5 Mar 1995 04:26:18 -0500
To: yoav@MIT.EDU
Cc: netbsd-dev@MIT.EDU
From: John Hawkinson <jhawk@MIT.EDU>
> isn't libskey portable?
Hard to say. There are a couple of different versions of s/key,
and thus a couple of different versions of libskey.a.
Across different versions, some of the functions that returned 0 now
return 1, and vice versa. As a result, the code might fail in
drastically bizarre fashions if the "wrong" version is used. That's
why I want to restrict what I have to the "netbsd libskey".
--jhawk