From 7f53228719a0111e41c66da6c9c3b2ed1fd2aab9 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Mon, 29 Oct 2018 13:22:42 -0400 Subject: Revert "GDB: Only build for "unix:" connections if AF_LOCAL is supported." This reverts commit 98a17ece013cb94cd602496b9efb92b8816b3953. --- gdb/common/netstuff.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/common') diff --git a/gdb/common/netstuff.c b/gdb/common/netstuff.c index 56bcdfc..11182c1 100644 --- a/gdb/common/netstuff.c +++ b/gdb/common/netstuff.c @@ -145,9 +145,7 @@ parse_connection_spec (const char *spec, struct addrinfo *hint) { "tcp4:", AF_INET, SOCK_STREAM }, { "udp6:", AF_INET6, SOCK_DGRAM }, { "tcp6:", AF_INET6, SOCK_STREAM }, -#if HAVE_AF_LOCAL { "unix:", AF_LOCAL, SOCK_STREAM }, -#endif }; for (const host_prefix prefix : prefixes) -- cgit v1.1