diff options
Diffstat (limited to 'contrib/openpam/lib/pam_strerror.c')
-rw-r--r-- | contrib/openpam/lib/pam_strerror.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/openpam/lib/pam_strerror.c b/contrib/openpam/lib/pam_strerror.c index 4c7915f3787c..24498c4566e1 100644 --- a/contrib/openpam/lib/pam_strerror.c +++ b/contrib/openpam/lib/pam_strerror.c @@ -1,5 +1,6 @@ /*- * Copyright (c) 2002-2003 Networks Associates Technology, Inc. + * Copyright (c) 2004-2007 Dag-Erling Smørgrav * All rights reserved. * * This software was developed for the FreeBSD Project by ThinkSec AS and @@ -31,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/openpam/lib/pam_strerror.c#13 $ + * $Id: pam_strerror.c 408 2007-12-21 11:36:24Z des $ */ #include <stdio.h> @@ -81,7 +82,7 @@ const char *_pam_err_name[PAM_NUM_ERRORS] = { */ const char * -pam_strerror(pam_handle_t *pamh, +pam_strerror(const pam_handle_t *pamh, int error_number) { static char unknown[16]; |