提交 88798393 编写于 作者: R Rich Felker

fix wrong messages in gai_strerror

i had missed the fact that a couple values were unassigned...
上级 f4e8e64b
...@@ -5,9 +5,11 @@ static const char msgs[] = ...@@ -5,9 +5,11 @@ static const char msgs[] =
"Name does not resolve\0" "Name does not resolve\0"
"Try again\0" "Try again\0"
"Non-recoverable error\0" "Non-recoverable error\0"
"Unknown error\0"
"Unrecognized address family or invalid length\0" "Unrecognized address family or invalid length\0"
"Unrecognized socket type\0" "Unrecognized socket type\0"
"Unrecognized service\0" "Unrecognized service\0"
"Unknown error\0"
"Out of memory\0" "Out of memory\0"
"System error\0" "System error\0"
"Overflow\0" "Overflow\0"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册