From: Gunter Knauf Date: Sat, 14 Apr 2007 16:45:43 +0000 (+0000) Subject: ups - c&p error. X-Git-Tag: curl-7_16_3~187 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1596698aecaa2c160fb3775f60cc858bfe87c11;p=thirdparty%2Fcurl.git ups - c&p error. --- diff --git a/src/getpass.c b/src/getpass.c index 0fb575ea7a..c6d6519b6a 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 */