Loading src/getpass.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading
src/getpass.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading