a7253fc1c3
glibc 2.28 no longer includes <sys/sysmacros.h> from <sys/types.h>,
and therefore <sys/sysmacros.h> must be included explicitly when major()
is used.
This commit adds a patch to directly include <sys/sysmacros.h> into
open_console.c file where major() macro is used.
Patch has been taken from gpm upstream commit:
|
||
---|---|---|
.. | ||
0001-Added-musl-support-to-libgpm-and-the-daemon.patch | ||
0002-Install-unversioned-solibrary.patch | ||
0003-src-Makefile.in-Really-install-unversioned-solibrary.patch | ||
0004-Use-sigemptyset-API-instead-of-__sigemptyset.patch | ||
0005-fix-building-w-newer-glibc.patch | ||
Config.in | ||
gpm.hash | ||
gpm.mk |