[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lynx-dev] Minor patch httcp.c
From: |
Gisle Vanem |
Subject: |
[Lynx-dev] Minor patch httcp.c |
Date: |
Wed, 04 Feb 2009 10:05:20 +0100 |
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] Minor patch httcp.c,
Gisle Vanem <=