From owner-cvs-all Tue Sep 21 10:52: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5126E1512A; Tue, 21 Sep 1999 10:52:06 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA06503; Tue, 21 Sep 1999 10:52:06 -0700 (PDT) (envelope-from dt@FreeBSD.org) Message-Id: <199909211752.KAA06503@freefall.freebsd.org> From: Dmitrij Tejblum Date: Tue, 21 Sep 1999 10:52:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/lib/libcrypt Makefile src/lib/libcrypt Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1999/09/21 10:52:05 PDT Modified files: secure/lib/libcrypt Makefile lib/libcrypt Makefile Log: 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. Revision Changes Path 1.20 +2 -2 src/secure/lib/libcrypt/Makefile 1.22 +2 -2 src/lib/libcrypt/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message