From owner-cvs-all Wed Mar 6 8:49:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 38DCF37B42F; Wed, 6 Mar 2002 08:49:02 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g26Gn2O49787; Wed, 6 Mar 2002 08:49:02 -0800 (PST) (envelope-from roam) Message-Id: <200203061649.g26Gn2O49787@freefall.freebsd.org> From: Peter Pentchev Date: Wed, 6 Mar 2002 08:49:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_krb5 pam_krb5.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2002/03/06 08:49:02 PST Modified files: lib/libpam/modules/pam_krb5 pam_krb5.c Log: Unbreak the pam_krb5 build: cast a couple of const pointers to normal char *. A better fix might be some const'ifying of the Heimdal code, but this will do to fix the build for the present. Approved by: des Revision Changes Path 1.6 +2 -2 src/lib/libpam/modules/pam_krb5/pam_krb5.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message