We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ef508 commit 4ef79b5Copy full SHA for 4ef79b5
src/uutils.c
@@ -142,7 +142,7 @@ int c_string_to_lisp_string(char *C, LispPTR Lisp) {
142
LispPTR check_unix_password(LispPTR *args) {
143
#ifndef DOS
144
struct passwd *pwd;
145
- char *password, *getpass(const char *);
+ char *password;
146
#ifndef OS5
147
char *crypt(const char *, const char *);
148
#endif /* OS5 */
0 commit comments