Add kbd-1.15.

This also requires a patch to linux-headers; while we are at it, make
linux-headers PREFIX agnostic.
This commit is contained in:
fosslinux 2021-07-26 15:19:07 +10:00
parent 5c88f1c87f
commit ddd4f1bc81
7 changed files with 977 additions and 928 deletions

View file

@ -0,0 +1,16 @@
SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
SPDX-License-Identifier: GPL-2.0-or-later
Add missing fcntl header.
--- src/kbdrate.c 2021-07-22 22:35:53.671970814 +1000
+++ src/kbdrate.c 2021-07-22 22:36:10.038096797 +1000
@@ -94,6 +94,7 @@
};
#include <signal.h>
+#include <fcntl.h>
#include "nls.h"
#include "version.h"