cURL / Mailing Lists / curl-library / Single Mail

curl-library

[patch] 7.19.6-20090609 docs/examples/anyauthput.c on VMS

From: John E. Malmberg <wb8tyw_at_qsl.net>
Date: Tue, 09 Jun 2009 23:49:21 -0500

docs/examples/anyauthput.c needs a typedef for intptr_t.

I missed this earlier as I had a hack in my build procedure to
compensate for it.

Regards,
-John
wb8tyw_at_qsl.net
Personal Opinion Only

--- /src_root/curl-7.19.6-daily/docs/examples/anyauthput.c Fri Jun 5 21:00:06 2009
+++ docs/examples/anyauthput.c Tue Jun 9 23:39:12 2009
@@ -15,6 +15,8 @@
 #else
 # ifndef __VMS
 # include <stdint.h>
+# else
+ typedef int intptr_t;
 # endif
 # include <unistd.h>
 #endif
Received on 2009-06-10