mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
; Fix last change.
* src/process.c (network_lookup_address_info_1): A better fix for compilation on platforms without HAVE_GAI_STRERROR. (Bug#37158)
This commit is contained in:
parent
cbd536d6a9
commit
f38901d431
1 changed files with 1 additions and 1 deletions
|
|
@ -4596,7 +4596,7 @@ network_lookup_address_info_1 (Lisp_Object host, const char *service,
|
|||
#else
|
||||
AUTO_STRING (format, "%s/%s getaddrinfo error %d");
|
||||
msg = CALLN (Fformat, format, host, build_string (service),
|
||||
make_fixnum (ret));
|
||||
make_int (ret));
|
||||
#endif
|
||||
}
|
||||
return msg;
|
||||
|
|
|
|||
Loading…
Reference in a new issue