mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-05-04 20:31:48 -07:00
Fix compilation of process.c
* src/process.c (network_lookup_address_info_1): [!HAVE_GAI_STRERROR]: Use make_fixnum instead of make_number. (Bug#37158).
This commit is contained in:
parent
d534687c43
commit
cbd536d6a9
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_number (ret));
|
||||
make_fixnum (ret));
|
||||
#endif
|
||||
}
|
||||
return msg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue