mirror of https://github.com/aria2/aria2
2008-07-13 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Supplied missing EAI_SYSTEM. Thanks ggknauf for the patch. * src/gai_strerror.hpull/1/head
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>
|
2008-07-13 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
Fixed compile error. Thanks gknauf for the patch.
|
Fixed compile error. Thanks gknauf for the patch.
|
||||||
|
|
|
@ -37,6 +37,10 @@ extern "C" {
|
||||||
# undef SIZE_MAX
|
# undef SIZE_MAX
|
||||||
#endif // __MINGW32__
|
#endif // __MINGW32__
|
||||||
|
|
||||||
|
#ifndef EAI_SYSTEM
|
||||||
|
# define EAI_SYSTEM -11 /* System error returned in `errno'. */
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
# include "config.h"
|
# include "config.h"
|
||||||
#endif // HAVE_CONFIG_H
|
#endif // HAVE_CONFIG_H
|
||||||
|
|
Loading…
Reference in New Issue