diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-08-26 13:49:21 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-08-26 13:49:21 +0000 |
commit | e82456a57c9b8c2782e8acdcfdf9e69952272264 (patch) | |
tree | adacb1dff9f56712467b040bd041fdcc6107b923 /libpam/pam_private.h | |
parent | 0c7b9b0b70a55f11c4f23b78144d90a141dae8ea (diff) | |
download | pam-e82456a57c9b8c2782e8acdcfdf9e69952272264.tar.gz pam-e82456a57c9b8c2782e8acdcfdf9e69952272264.tar.bz2 pam-e82456a57c9b8c2782e8acdcfdf9e69952272264.zip |
Relevant BUGIDs: none
Purpose of commit: bugfix
Commit summary:
---------------
Mark missing strings for translations (login and password)
Fix \a problem with pot/po files
Diffstat (limited to 'libpam/pam_private.h')
-rw-r--r-- | libpam/pam_private.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libpam/pam_private.h b/libpam/pam_private.h index 53375bbb..1e3b7fa6 100644 --- a/libpam/pam_private.h +++ b/libpam/pam_private.h @@ -271,10 +271,6 @@ if ((pamh) == NULL) { \ return ERR; \ } -/* Definition for the default username prompt used by pam_get_user() */ - -#define PAM_DEFAULT_PROMPT "login: " - /* * include some helpful macros */ |