cURL / Mailing Lists / curl-users / Single Mail

curl-users

Solaris 2.5.1 patch for curl 7.9.2

From: <curl_at_thewrittenword.com>
Date: Tue, 11 Dec 2001 09:05:09 -0600

Following patch is required for curl 7.9.2 to compile on Solaris
2.5.1.

-- 
albert chin (china_at_thewrittenword.com)
-- snip snip
--- lib/sendf.c.orig	Mon Dec 10 23:35:10 2001
+++ lib/sendf.c	Mon Dec 10 23:35:17 2001
@@ -26,6 +26,7 @@
 #include <stdio.h>
 #include <stdarg.h>
 #include <stdlib.h>
+#include <sys/types.h>
 
 #ifdef HAVE_SYS_SOCKET_H
 #include <sys/socket.h>	/* required for send() & recv() prototypes */
Received on 2001-12-11