diff options
author | loudhorr <loudhorr@yandex-team.ru> | 2022-02-10 16:46:26 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:26 +0300 |
commit | cda908cacb24be13e419866da89ff4fbeea31f89 (patch) | |
tree | cc0bc607920fb1192332619d57eb874402a23bff /contrib/libs/poco/Net | |
parent | 48030071922c430b2b2ffbf612d75c7afbf7a2c0 (diff) | |
download | ydb-cda908cacb24be13e419866da89ff4fbeea31f89.tar.gz |
Restoring authorship annotation for <loudhorr@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/poco/Net')
-rw-r--r-- | contrib/libs/poco/Net/ya.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/poco/Net/ya.make b/contrib/libs/poco/Net/ya.make index 9feadc7027..4bdace0995 100644 --- a/contrib/libs/poco/Net/ya.make +++ b/contrib/libs/poco/Net/ya.make @@ -33,7 +33,7 @@ CFLAGS( -DPOCO_SOCKETADDRESS_DONT_PREFER_IPV4 ) -IF (OS_LINUX) +IF (OS_LINUX) CFLAGS( -DPOCO_HAVE_FD_EPOLL ) |