aboutsummaryrefslogtreecommitdiffstats
path: root/util
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
commit7429d8be0f619d00069466e159d8ecd43a60f61a (patch)
treeee12c5d6eea3a9caf55ff0a8dca140340ec15605 /util
parent6238988d0cc5068b8e6f61abe8dac4c6817720ad (diff)
downloadydb-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.h4
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