dvdhrm / kmscon

Linux KMS/DRM based virtual Console Emulator
http://www.freedesktop.org/wiki/Software/kmscon
Other
431 stars 81 forks source link

build: fix some compile errors #141

Closed shiptux closed 2 years ago

shiptux commented 2 years ago

src/pty.c:

SIGUNUSED -> SIGSYS

The SIGUNUSED define (31) has been removed as part of glibc 2.26, which is used in Fedora 27 and Ubuntu 17.10. https://bugs.swift.org/browse/SR-6409

src/uterm_vt.c:

Add sys/sysmacros.h

minor was defined in sys/sysmacros.h. So i add the header file uterm_vt.c.