From e509c5af6f70eb3cfd846004b82caaca24fd4a3b Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Wed, 29 May 2002 06:35:46 +0000 Subject: Relevant BUGIDs: 491466 Purpose of commit: cleanup Commit summary: --------------- These were all suggestions from the OS X patch provided by Luke Howard. There is another proposed patch for OS X support which promises to be a little cleaner with the heavy stuff, so I am committing these simple changes now, with the intention of moving to the other patch for the big stuff (see 534205). --- libpam/pam_strerror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpam') diff --git a/libpam/pam_strerror.c b/libpam/pam_strerror.c index 2c588258..de857fd8 100644 --- a/libpam/pam_strerror.c +++ b/libpam/pam_strerror.c @@ -89,5 +89,5 @@ const char *pam_strerror(pam_handle_t *pamh, int errnum) return "Application needs to call libpam again"; } - return "Unknown Linux-PAM error (need to upgrde libpam?)"; + return "Unknown PAM error"; } -- cgit v1.2.3