aboutsummaryrefslogtreecommitdiffstats
path: root/util/network
diff options
context:
space:
mode:
authorkhristich <khristich@yandex-team.ru>2022-02-10 16:50:12 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:12 +0300
commit52d24beed6b5a0160b2f9f9e8153616392108797 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /util/network
parent4488b6dd6356a10e57c74303b91211469ab2ec34 (diff)
downloadydb-52d24beed6b5a0160b2f9f9e8153616392108797.tar.gz
Restoring authorship annotation for <khristich@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/network')
-rw-r--r--util/network/init.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/network/init.h b/util/network/init.h
index 2e8ef4357c..08a79c0fca 100644
--- a/util/network/init.h
+++ b/util/network/init.h
@@ -43,9 +43,9 @@ struct sockaddr_un {
#define NETDB_INTERNAL -1
#define NETDB_SUCCESS 0
-#endif
-
-#if defined(_win_) || defined(_darwin_)
+#endif
+
+#if defined(_win_) || defined(_darwin_)
#ifndef MSG_NOSIGNAL
#define MSG_NOSIGNAL 0
#endif