K 10 svn:author V 2 dt K 8 svn:date V 27 1999-09-21T17:52:05.000000Z K 7 svn:log V 388 Someone changed major numbers of the libraries from 2 to 3 for 0 (zero) reasons. Revert the major number back to 2. libcrypt only export one function, before the recent changes and now: char *crypt(const char *key, const char *salt); The prototype didn't changed. Internal representation of `char' and `char *' didn't changed. Therefore, there is no reason to change the version number. END