logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

fcntl.patch (369B)


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