tevent: remove solaris port backend
authorStefan Metzmacher <metze@samba.org>
Wed, 9 Nov 2022 11:26:38 +0000 (12:26 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 18 Jan 2023 16:26:36 +0000 (16:26 +0000)
commit147a317b7b92e60c5940d875dbd7aef19824834e
treeec7d7db9195c356901db904dd9ab47643d7d716a
parent620ad8af4661e32eb0fb27aff632305a3def04dc
tevent: remove solaris port backend

There's no way to verify changes we would have to do tevent_port.c,
as we don't have access to a solaris build machine.

So better use the poll backend instead. In performance critical code
we typically don't deal with a lot of file descriptors so the impact
should be fairly minimal.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Pavel Filipenský <pfilipen@redhat.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
lib/tevent/tevent.c
lib/tevent/tevent_internal.h
lib/tevent/tevent_port.c [deleted file]