Skip to content

Remove support for getpeereid()

Matthieu Herrb requested to merge mherrb/xserver:master into master

This function doesn't propvide any added value compared to getsockopt(...,SO_PEERCRED,...), and is implemented in BSD's as a wrapper around the latter.

In addition, using SO_PEERCRED instead gives the XRes extension access to the pid() of the processes of local clients.

Signed-off-by: Matthieu Herrb matthieu@herrb.eu

Merge request reports