diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-01-10 11:42:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-01-10 11:42:00 +0000 |
commit | 44254c4945d7ec5a3acd7118de52d9b97937a4ad (patch) | |
tree | 8fccba32513c7a1bec33551803bd4335e0d67590 | |
parent | a9ea507c6a7f8af286aebc153e4b3a31889a5819 (diff) |
getpass_r() fix for SCO (hopefully)
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ History of Changes Daniel (8 January 2001) +- Francis Dagenais reported that the SCO compiler still fails when compiling + curl due to that getpass_r() prototype. I've now put it around #ifndef + HAVE_GETPASS_R in an attempt to please the SCO systems. + - Made some minor corrections to get the client to cleanup properly and I made the separator work again when getting multiple globbed URLs to stdout. |