From owner-p4-projects Thu Dec 12 8: 2: 4 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 0551537B404; Thu, 12 Dec 2002 08:02:03 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D1D237B401 for ; Thu, 12 Dec 2002 08:02:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47E1343EA9 for ; Thu, 12 Dec 2002 08:02:02 -0800 (PST) (envelope-from des@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gBCFv5mV096717 for ; Thu, 12 Dec 2002 07:57:05 -0800 (PST) (envelope-from des@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBCFv505096714 for perforce@freebsd.org; Thu, 12 Dec 2002 07:57:05 -0800 (PST) Date: Thu, 12 Dec 2002 07:57:05 -0800 (PST) Message-Id: <200212121557.gBCFv505096714@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to des@freebsd.org using -f From: Dag-Erling Smorgrav Subject: PERFORCE change 22198 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=22198 Change 22198 by des@des.at.des.thinksec.com on 2002/12/12 07:56:34 Add a counter to the error code enumeration. Affected files ... .. //depot/projects/openpam/include/security/pam_constants.h#19 edit Differences ... ==== //depot/projects/openpam/include/security/pam_constants.h#19 (text+ko) ==== @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/openpam/include/security/pam_constants.h#18 $ + * $P4: //depot/projects/openpam/include/security/pam_constants.h#19 $ */ #ifndef _PAM_CONSTANTS_H_INCLUDED @@ -76,7 +76,8 @@ PAM_ABORT = 26, PAM_TRY_AGAIN = 27, PAM_MODULE_UNKNOWN = 28, - PAM_DOMAIN_UNKNOWN = 29 + PAM_DOMAIN_UNKNOWN = 29, + PAM_NUM_ERRORS /* OpenPAM extension */ }; /* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message