On Wed, 4 Feb 2009, Gisle Vanem wrote:

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)

thanks (I seem to recall DK had that in the part of his patch which I hadn't used yet...).

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


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

Reply via email to