diff options
author | kimkim <[email protected]> | 2022-02-10 16:49:27 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:27 +0300 |
commit | 13f84424ed9975f6827d9786087c6fe6ea265cda (patch) | |
tree | b94acc282c49a5de96b9e3e19feead21736f3273 /util/network/socket.cpp | |
parent | 35f29a67a6b8e50e1826c837330086049114c5ba (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/network/socket.cpp')
-rw-r--r-- | util/network/socket.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/network/socket.cpp b/util/network/socket.cpp index 4f6e8043462..be7bf20acde 100644 --- a/util/network/socket.cpp +++ b/util/network/socket.cpp @@ -4,7 +4,7 @@ #include "pollerimpl.h" #include "iovec.h" -#include <util/system/defaults.h> +#include <util/system/defaults.h> #include <util/system/byteorder.h> #if defined(_unix_) @@ -33,7 +33,7 @@ #include <util/system/compat.h> #endif -#include <util/generic/ylimits.h> +#include <util/generic/ylimits.h> #include <util/string/cast.h> #include <util/stream/mem.h> @@ -1241,7 +1241,7 @@ ssize_t PollD(struct pollfd fds[], nfds_t nfds, const TInstant& deadLine) noexce if (res < 0) { const int err = LastSystemError(); - if (err != ETIMEDOUT && err != EINTR) { + if (err != ETIMEDOUT && err != EINTR) { return -err; } } |