diff options
author | maslov <maslov@yandex-team.ru> | 2022-02-10 16:48:18 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:18 +0300 |
commit | 7429d8be0f619d00069466e159d8ecd43a60f61a (patch) | |
tree | ee12c5d6eea3a9caf55ff0a8dca140340ec15605 /util | |
parent | 6238988d0cc5068b8e6f61abe8dac4c6817720ad (diff) | |
download | ydb-7429d8be0f619d00069466e159d8ecd43a60f61a.tar.gz |
Restoring authorship annotation for <maslov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util')
-rw-r--r-- | util/system/compat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/compat.h b/util/system/compat.h index c53dbcca17..ec52bd1264 100644 --- a/util/system/compat.h +++ b/util/system/compat.h @@ -46,9 +46,9 @@ extern "C" { void verrx(int status, const char* format, va_list ap); #else #include <err.h> -#endif +#endif } - + #ifdef _MSC_VER #define popen _popen #define pclose _pclose |