projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e541da9
)
yet another tiny OS/2 fix
author
Daniel Stenberg
<daniel@haxx.se>
Thu, 23 Mar 2000 10:41:39 +0000
(10:41 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Thu, 23 Mar 2000 10:41:39 +0000
(10:41 +0000)
lib/getpass.c
patch
|
blob
|
history
diff --git
a/lib/getpass.c
b/lib/getpass.c
index
4a87145
..
59eedcb
100644
(file)
--- a/
lib/getpass.c
+++ b/
lib/getpass.c
@@
-175,7
+175,9
@@
char *getpass(const char *prompt)
#endif
signal(SIGINT, sigint);
+#ifndef __EMX__
signal(SIGTSTP, sigtstp);
+#endif
return(buf);
}