Re: [PATCH 3/8] server: add *BSD credentials support.

2019-02-08 Thread Pekka Paalanen
On Fri, 8 Feb 2019 15:13:36 +0200 Leonid Bobrov wrote: > Signed-off-by: Leonid Bobrov > --- > configure.ac | 3 ++ > src/wayland-server.c | 46 ++ > src/wayland-shm.c| 92 +++- > 3 files changed, 140 insertions(+), 1 dele

[PATCH 3/8] server: add *BSD credentials support.

2019-02-08 Thread Leonid Bobrov
Signed-off-by: Leonid Bobrov --- configure.ac | 3 ++ src/wayland-server.c | 46 ++ src/wayland-shm.c| 92 +++- 3 files changed, 140 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 912330e..d106a