I'd like to have this small patch applied to
www/Library/Implementation/httcp.c:

--- httcp.c      2008-12-15 09:54:20 +0100
+++ httcp.c       2008-12-15 01:24:56 +0100
@@ -1553,6 +1553,7 @@
/*
 * Set the select-timeout to 0.1 seconds.
 */
+#undef set_timeout
static void set_timeout(struct timeval *timeoutp)
{
    timeoutp->tv_sec = 0;


-------------------
Because set_timeout is in Watt-32 defined to something
else;
 #define set_timeout    W32_NAMESPACE (set_timeout)

--gv


_______________________________________________
Lynx-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to