mirror of
https://github.com/curl/curl.git
synced 2026-07-26 13:57:57 +03:00
getpass_r() fix for SCO (hopefully)
This commit is contained in:
parent
a9ea507c6a
commit
44254c4945
1 changed files with 4 additions and 0 deletions
4
CHANGES
4
CHANGES
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue