Date: Tue, 27 Nov 2001 07:36:21 -0800 (PST) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libpam/libpam pam_handlers.c Message-ID: <200111271536.fARFaLn39920@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2001/11/27 07:36:21 PST Modified files: contrib/libpam/libpam pam_handlers.c Log: Due to incorrect include ordering, <dlfcn.h> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111271536.fARFaLn39920>