Changeset 426
- Timestamp:
- 03/09/10 16:56:40 (5 months ago)
- Files:
-
- 1 modified
-
trunk/lib/pam_strerror.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/pam_strerror.c
r423 r426 164 164 * The =pam_strerror function returns a pointer to a string containing a 165 165 * textual description of the error indicated by the =error_number 166 * argument, in the context of the PAM transaction described by the =pamh167 166 * argument. 167 * The =pamh argument is ignored. 168 168 */