diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-06-14 11:41:47 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-06-14 11:41:47 +0000 |
commit | 1b8c3c439aca2b3849328666a0d022c1685b7bdf (patch) | |
tree | 46ff54f2f66d5b7a5cccbae209940f49dd5e2745 /libpam/pam_private.h | |
parent | 7c4418f0d3ed9388713bee5ec7aff54a02a9796c (diff) | |
download | pam-1b8c3c439aca2b3849328666a0d022c1685b7bdf.tar.gz pam-1b8c3c439aca2b3849328666a0d022c1685b7bdf.tar.bz2 pam-1b8c3c439aca2b3849328666a0d022c1685b7bdf.zip |
Relevant BUGIDs:
Purpose of commit: cleanup
Commit summary:
---------------
2006-06-14 Thorsten Kukuk <kukuk@thkukuk.de>
* libpam/pam_handlers.c (extract_modulename): Use _pam_strdup
instead of strdup.
* libpam/pam_private.h: Remove _pam_strCMP.
* libpam/pam_misc.c: Likewise.
* libpam/pam_handlers.c: Replaced _pam_strCMP with strcasecmp.
Diffstat (limited to 'libpam/pam_private.h')
-rw-r--r-- | libpam/pam_private.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libpam/pam_private.h b/libpam/pam_private.h index ad804791..8b2cf92c 100644 --- a/libpam/pam_private.h +++ b/libpam/pam_private.h @@ -1,8 +1,6 @@ /* * pam_private.h * - * $Id$ - * * This is the Linux-PAM Library Private Header. It contains things * internal to the Linux-PAM library. Things not needed by either an * application or module. @@ -251,7 +249,6 @@ struct pam_data { void _pam_free_data(pam_handle_t *pamh, int status); -int _pam_strCMP(const char *s, const char *t); char *_pam_StrTok(char *from, const char *format, char **next); char *_pam_strdup(const char *s); |