diff options
author | lunc <lunc@yandex-team.ru> | 2022-02-10 16:49:39 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:39 +0300 |
commit | 2a5efb07f92ee222959e5f3f26eddd1d6c7fd7da (patch) | |
tree | dcbe7da9d893c470a4fb41c159d7c232a1fb2613 /util/system/filemap.cpp | |
parent | 1ef52da9919aaa7ec7e3c51da7fdaa637ab133b7 (diff) | |
download | ydb-2a5efb07f92ee222959e5f3f26eddd1d6c7fd7da.tar.gz |
Restoring authorship annotation for <lunc@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/filemap.cpp')
-rw-r--r-- | util/system/filemap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/filemap.cpp b/util/system/filemap.cpp index 7454a4cb948..b3590eb610b 100644 --- a/util/system/filemap.cpp +++ b/util/system/filemap.cpp @@ -9,7 +9,7 @@ #if defined(_win_) #include "winint.h" -#elif defined(_unix_) +#elif defined(_unix_) #include <sys/types.h> #include <sys/mman.h> |