]> granicus.if.org Git - curl/commitdiff
getpass_r() fix for SCO (hopefully)
authorDaniel Stenberg <daniel@haxx.se>
Wed, 10 Jan 2001 11:42:00 +0000 (11:42 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 10 Jan 2001 11:42:00 +0000 (11:42 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 2250abb8ace29199ef2678b8bdb8197a37bf36d1..95d441267ae58013c02a6b5ce2f83d08e92b2881 100644 (file)
--- 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.