diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-07-15 07:18:26 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-07-15 07:18:26 +0000 |
| commit | ca236e63dd69b7ee0460d063ae47d0f870cd17e2 (patch) | |
| tree | 90480c2f7b7437d4ebac16f2a7849084abe7ba6e /contrib/openpam/lib/pam_get_authtok.c | |
| parent | 901243b303e2120b008d82017cdc2b3c7b0df5e5 (diff) | |
Notes
Diffstat (limited to 'contrib/openpam/lib/pam_get_authtok.c')
| -rw-r--r-- | contrib/openpam/lib/pam_get_authtok.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/openpam/lib/pam_get_authtok.c b/contrib/openpam/lib/pam_get_authtok.c index fba1e76b1659..1df7abfac2b8 100644 --- a/contrib/openpam/lib/pam_get_authtok.c +++ b/contrib/openpam/lib/pam_get_authtok.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/openpam/lib/pam_get_authtok.c#25 $ + * $P4: //depot/projects/openpam/lib/pam_get_authtok.c#26 $ */ #include <sys/param.h> @@ -44,9 +44,9 @@ #include "openpam_impl.h" -const char authtok_prompt[] = "Password:"; -const char oldauthtok_prompt[] = "Old Password:"; -const char newauthtok_prompt[] = "New Password:"; +static const char authtok_prompt[] = "Password:"; +static const char oldauthtok_prompt[] = "Old Password:"; +static const char newauthtok_prompt[] = "New Password:"; /* * OpenPAM extension |
