aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/filemap.cpp
diff options
context:
space:
mode:
authorlunc <lunc@yandex-team.ru>2022-02-10 16:49:39 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:39 +0300
commit2a5efb07f92ee222959e5f3f26eddd1d6c7fd7da (patch)
treedcbe7da9d893c470a4fb41c159d7c232a1fb2613 /util/system/filemap.cpp
parent1ef52da9919aaa7ec7e3c51da7fdaa637ab133b7 (diff)
downloadydb-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.cpp2
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>