Windows build fix
* process.c (Fmake_network_process): Build fix for systems without local sockets.
This commit is contained in:
parent
b11531e99f
commit
56cd5301f1
1 changed files with 2 additions and 0 deletions
|
@ -3587,7 +3587,9 @@ usage: (make-network-process &rest ARGS) */)
|
|||
{
|
||||
/* The "connection" function gets it bind info from the address we're
|
||||
given, so use this dummy address if nothing is specified. */
|
||||
#ifdef HAVE_LOCAL_SOCKETS
|
||||
if (family != AF_LOCAL)
|
||||
#endif
|
||||
host = build_string ("127.0.0.1");
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue