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 */