You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/kmscon/files/kmscon-sysmacros-fix.patch

12 lines
339 B

diff -ur a/src/uterm_vt.c b/src/uterm_vt.c
--- a/src/uterm_vt.c 2017-08-12 12:14:46.213183769 -0500
+++ b/src/uterm_vt.c 2017-08-12 12:16:12.011069210 -0500
@@ -40,6 +40,7 @@
#include <sys/ioctl.h>
#include <sys/signalfd.h>
#include <sys/stat.h>
+#include <sys/sysmacros.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>