From: Daniel Stenberg Date: Wed, 10 Jan 2001 11:42:00 +0000 (+0000) Subject: getpass_r() fix for SCO (hopefully) X-Git-Tag: curl_7_6-pre3~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44254c4945d7ec5a3acd7118de52d9b97937a4ad;p=thirdparty%2Fcurl.git getpass_r() fix for SCO (hopefully) --- diff --git a/CHANGES b/CHANGES index 2250abb8ac..95d441267a 100644 --- a/CHANGES +++ b/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.