Re: [PATCH v5 05/11] core: define SO_PEERCRED if it's not defined

2019-02-25 Thread Pekka Paalanen
On Wed, 13 Feb 2019 13:39:10 +0200 Leonid Bobrov via wayland-devel wrote: > Signed-off-by: Leonid Bobrov > --- > src/wayland-os.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/src/wayland-os.h b/src/wayland-os.h > index 86685e0..08b38bd 100644 > --- a/src/wayland-os.h > +++ b/src

[PATCH v5 05/11] core: define SO_PEERCRED if it's not defined

2019-02-13 Thread Leonid Bobrov via wayland-devel
Signed-off-by: Leonid Bobrov --- src/wayland-os.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wayland-os.h b/src/wayland-os.h index 86685e0..08b38bd 100644 --- a/src/wayland-os.h +++ b/src/wayland-os.h @@ -41,6 +41,9 @@ wl_os_event_create_cloexec(void); int wl_os_accept_cloexec(i