mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 08:33:39 +08:00
fix bug #21654: exclude definition of struct timeval from #ifndef FD_SET. If including <sys/time.h> for system-struct timeval, LWIP_TIMEVAL_PRIVATE now has to be set to 0 in lwipopts.h
This commit is contained in:
@@ -508,6 +508,11 @@ HISTORY
|
||||
|
||||
++ Bug fixes:
|
||||
|
||||
2007-12-02 Simon Goldschmidt
|
||||
* sockets.h: fix bug #21654: exclude definition of struct timeval from #ifndef FD_SET
|
||||
If including <sys/time.h> for system-struct timeval, LWIP_TIMEVAL_PRIVATE now
|
||||
has to be set to 0 in lwipopts.h
|
||||
|
||||
2007-12-02 Simon Goldschmidt
|
||||
* api_msg.c, api_lib.c: fix bug #21656 (recvmbox problem in netconn API): always
|
||||
allocate a recvmbox in netconn_new_with_proto_and_callback. For a tcp-listen
|
||||
|
||||
Reference in New Issue
Block a user