mirror of
https://github.com/aria2/aria2.git
synced 2024-12-14 01:18:40 +00:00
2008-07-13 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Supplied missing EAI_SYSTEM. Thanks ggknauf for the patch. * src/gai_strerror.h
This commit is contained in:
parent
29f1645004
commit
b5d93cd0da
@ -1,3 +1,8 @@
|
||||
2008-07-13 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Supplied missing EAI_SYSTEM. Thanks ggknauf for the patch.
|
||||
* src/gai_strerror.h
|
||||
|
||||
2008-07-13 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Fixed compile error. Thanks gknauf for the patch.
|
||||
|
@ -37,6 +37,10 @@ extern "C" {
|
||||
# undef SIZE_MAX
|
||||
#endif // __MINGW32__
|
||||
|
||||
#ifndef EAI_SYSTEM
|
||||
# define EAI_SYSTEM -11 /* System error returned in `errno'. */
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif // HAVE_CONFIG_H
|
||||
|
Loading…
Reference in New Issue
Block a user