summaryrefslogtreecommitdiff
path: root/passwd/apr_getpass.c
diff options
context:
space:
mode:
authorrpluem <rpluem@13f79535-47bb-0310-9956-ffa450edef68>2008-06-04 19:02:23 +0000
committerrpluem <rpluem@13f79535-47bb-0310-9956-ffa450edef68>2008-06-04 19:02:23 +0000
commit70ef210b5442202a43953203a09d8b9aef68cfc3 (patch)
tree82da7deacffc6e7d4f2d1181ebb769b4afa88d6c /passwd/apr_getpass.c
parent603c16113a40f6d90825511e58919bb8ef0bf5dc (diff)
downloadlibapr-70ef210b5442202a43953203a09d8b9aef68cfc3.tar.gz
* Fix some gcc compiler warnings on Solaris
Patch to atomic/unix/solaris.c submitted by: Henry Jen <henryjen ztune.net> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@663342 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'passwd/apr_getpass.c')
-rw-r--r--passwd/apr_getpass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/passwd/apr_getpass.c b/passwd/apr_getpass.c
index 369c6e603..ac45815c3 100644
--- a/passwd/apr_getpass.c
+++ b/passwd/apr_getpass.c
@@ -70,7 +70,7 @@
#define ERR_OVERFLOW 5
-#ifndef HAVE_GETPASS
+#if !defined(HAVE_GETPASS) && !defined(HAVE_GETPASSPHRASE)
/* MPE, Win32, NetWare and BeOS all lack a native getpass() */