aboutsummaryrefslogtreecommitdiffstats
path: root/util/system
diff options
context:
space:
mode:
authormaslov <maslov@yandex-team.ru>2022-02-10 16:48:18 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:18 +0300
commit9dc6a7dc845164ea1999b93fab2a8b7491a08d2b (patch)
treeb222e5ac2e2e98872661c51ccceee5da0d291e13 /util/system
parent7429d8be0f619d00069466e159d8ecd43a60f61a (diff)
downloadydb-9dc6a7dc845164ea1999b93fab2a8b7491a08d2b.tar.gz
Restoring authorship annotation for <maslov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system')
-rw-r--r--util/system/compat.h4
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