diff options
Diffstat (limited to 'src/common/ip.c')
-rw-r--r-- | src/common/ip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/ip.c b/src/common/ip.c index b71160066c0..bb536d3e86c 100644 --- a/src/common/ip.c +++ b/src/common/ip.c @@ -101,7 +101,7 @@ pg_freeaddrinfo_all(int hint_ai_family, struct addrinfo *ai) } } else -#endif /* HAVE_UNIX_SOCKETS */ +#endif /* HAVE_UNIX_SOCKETS */ { /* struct was built by getaddrinfo() */ if (ai != NULL) @@ -256,4 +256,4 @@ getnameinfo_unix(const struct sockaddr_un *sa, int salen, return 0; } -#endif /* HAVE_UNIX_SOCKETS */ +#endif /* HAVE_UNIX_SOCKETS */ |