diff options
author | slonnn <[email protected]> | 2022-02-10 16:51:47 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:47 +0300 |
commit | af66f2ab938826bd5293bea30350a2e877727c6c (patch) | |
tree | 17b4799d6524d4df5996602b178726a4000353e5 | |
parent | eb5cbe9cc9378175003bc6a0cc9e955508d745fb (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
-rw-r--r-- | build/ya.conf.json | 2 | ||||
-rw-r--r-- | util/stream/input.cpp | 2 | ||||
-rw-r--r-- | util/system/protect.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json index 5f7cc875d61..0ddc54d1ed9 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -6829,7 +6829,7 @@ "sandbox_id": [ 1204918529 ], - "match": "yp_util" + "match": "yp_util" }, "executable": { "yp-util": [ diff --git a/util/stream/input.cpp b/util/stream/input.cpp index 6e8170f2f9f..9b6d543e4a2 100644 --- a/util/stream/input.cpp +++ b/util/stream/input.cpp @@ -223,7 +223,7 @@ namespace { #endif #if defined(_glibc_) || defined(_cygwin_) - // glibc does not have fgetln + // glibc does not have fgetln using TGetLine = TGetLineBase; #else struct TGetLine: public TGetLineBase { diff --git a/util/system/protect.cpp b/util/system/protect.cpp index bbb8d410dfb..5f7aa8c25f4 100644 --- a/util/system/protect.cpp +++ b/util/system/protect.cpp @@ -54,7 +54,7 @@ void ProtectMemory(void* addr, const size_t length, const EProtectMemory mode) { #ifdef _win_ DWORD mpMode = PAGE_NOACCESS; - // windows developers are not aware of bit flags :( + // windows developers are not aware of bit flags :( /* * It's unclear that we should NOT fail on Windows that does not support write-only |