aboutsummaryrefslogtreecommitdiff
path: root/src/getpass.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/getpass.c')
-rw-r--r--src/getpass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getpass.c b/src/getpass.c
index 0fb575ea7..c6d6519b6 100644
--- a/src/getpass.c
+++ b/src/getpass.c
@@ -132,7 +132,7 @@ char *getpass_r(const char *prompt, char *buffer, size_t buflen)
return(getpassword(prompt, buffer, buflen));
}
#define DONE
-#endif /* WIN32 */
+#endif /* NETWARE */
#ifndef DONE /* not previously provided */