From owner-cvs-all Tue Nov 27 7:36:30 2001 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 DF02337B417; Tue, 27 Nov 2001 07:36:21 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARFaLn39920; Tue, 27 Nov 2001 07:36:21 -0800 (PST) (envelope-from des) Message-Id: <200111271536.fARFaLn39920@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 27 Nov 2001 07:36:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libpam/libpam pam_handlers.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 des 2001/11/27 07:36:21 PST Modified files: contrib/libpam/libpam pam_handlers.c Log: Due to incorrect include ordering, did not get included, so RTLD_NOW got incorrectly defined to 1 (which is RTLD_LAZY in FreeBSD). In addition, the comment about FreeBSD requiring SHLIB_SYM_PREFIX to be "_" is incorrect. Submitted by: tobez (except for the bit about the incorrect comment) Revision Changes Path 1.2 +83 -86 src/contrib/libpam/libpam/pam_handlers.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message