diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2001-09-19 06:18:46 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2001-09-19 06:18:46 +0000 |
commit | ba9bf5016669e0b940243c51c62236968119313a (patch) | |
tree | 7b1b4ee36ee0f673ebb5b16f2e5e7cb3a462656d /libpam/pam_handlers.c | |
parent | 47567b045f65e542a4f1400e1295fa5ce7f685ac (diff) | |
download | pam-ba9bf5016669e0b940243c51c62236968119313a.tar.gz pam-ba9bf5016669e0b940243c51c62236968119313a.tar.bz2 pam-ba9bf5016669e0b940243c51c62236968119313a.zip |
Relevant BUGIDs: 449203
Purpose of commit: new support
Commit summary:
---------------
Include some BSD changes (to the conversation function) and fix a few
gcc warnings.
Diffstat (limited to 'libpam/pam_handlers.c')
-rw-r--r-- | libpam/pam_handlers.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/libpam/pam_handlers.c b/libpam/pam_handlers.c index b2065999..8e32f8e8 100644 --- a/libpam/pam_handlers.c +++ b/libpam/pam_handlers.c @@ -2,7 +2,7 @@ /* * created by Marc Ewing. - * Currently maintained by Andrew G. Morgan <morgan@linux.kernel.org> + * Currently maintained by Andrew G. Morgan <morgan@kernel.org> * * $Id$ * @@ -25,12 +25,7 @@ #include "pam_private.h" -/* FreeBSD doesn't define this */ -#ifndef RTLD_NOW -# define RTLD_NOW 1 -#endif - -/* If not required, define as nothing - FreeBSD needs it to be "_"... */ +/* If not required, define as nothing */ #ifndef SHLIB_SYM_PREFIX # define SHLIB_SYM_PREFIX "" #endif |