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 | 9dc6a7dc845164ea1999b93fab2a8b7491a08d2b (patch) | |
tree | b222e5ac2e2e98872661c51ccceee5da0d291e13 /util | |
parent | 7429d8be0f619d00069466e159d8ecd43a60f61a (diff) | |
download | ydb-9dc6a7dc845164ea1999b93fab2a8b7491a08d2b.tar.gz |
Restoring authorship annotation for <maslov@yandex-team.ru>. Commit 2 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 ec52bd1264..c53dbcca17 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 |