mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
style; no functional change
This commit is contained in:
parent
fa6f2ebcbb
commit
b6007467eb
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: gai_strerror.c,v 1.7 2000/06/08 18:36:52 gson Exp $ */
|
||||
/* $Id: gai_strerror.c,v 1.8 2000/06/08 18:37:29 gson Exp $ */
|
||||
|
||||
#include <lwres/netdb.h>
|
||||
|
||||
|
|
@ -34,7 +34,7 @@ static const char *gai_messages[] = {
|
|||
"system error returned in errno"
|
||||
};
|
||||
|
||||
char*
|
||||
char *
|
||||
gai_strerror(int ecode) {
|
||||
union {
|
||||
const char *const_ptr;
|
||||
|
|
|
|||
Loading…
Reference in a new issue