1 --- gpm-1.20.6/src/daemon/open_console.c.vanilla 2018-08-08 18:05:02.531843476 +0000
2 +++ gpm-1.20.6/src/daemon/open_console.c 2018-08-08 18:05:17.019843258 +0000
4 #include <linux/serial.h> /* for serial console check */
5 #include <asm/ioctls.h> /* for serial console check */
7 +#include <sys/sysmacros.h>
9 #include "headers/message.h" /* messaging in gpm */
10 #include "headers/daemon.h" /* daemon internals */
11 --- gpm-1.20.6/src/prog/gpm-root.y.vanilla 2018-08-08 18:07:26.435841312 +0000
12 +++ gpm-1.20.6/src/prog/gpm-root.y 2018-08-08 18:07:50.655840948 +0000
14 /* reap your zombies */
15 childaction.sa_handler=reap_children;
16 #if defined(__GLIBC__)
17 - __sigemptyset(&childaction.sa_mask);
18 + sigemptyset(&childaction.sa_mask);
20 childaction.sa_mask=0;
21 #endif /* __GLIBC__ */