diff options
author | khristich <khristich@yandex-team.ru> | 2022-02-10 16:50:11 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:11 +0300 |
commit | 4488b6dd6356a10e57c74303b91211469ab2ec34 (patch) | |
tree | c186b22d3dc57247df20942ecfb176abe093d306 /util/network | |
parent | eeb44fff3b21a0abc3a28ecf80df8ea214338f2a (diff) | |
download | ydb-4488b6dd6356a10e57c74303b91211469ab2ec34.tar.gz |
Restoring authorship annotation for <khristich@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/network')
-rw-r--r-- | util/network/init.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/network/init.h b/util/network/init.h index 08a79c0fca..2e8ef4357c 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 |