mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
Add util-linux 2.19.1.
This commit is contained in:
parent
bfe7a67acf
commit
950f339272
11 changed files with 426 additions and 0 deletions
26
sysa/util-linux-2.19.1/patches/headers-gpl2.patch
Normal file
26
sysa/util-linux-2.19.1/patches/headers-gpl2.patch
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
|
||||
|
||||
SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
headers.patch but for files licensed GPL 2.0 or later.
|
||||
|
||||
--- misc-utils/findmnt.c 2021-06-12 19:13:40.306009682 +1000
|
||||
+++ misc-utils/findmnt.c 2021-06-12 19:13:58.223132046 +1000
|
||||
@@ -30,6 +30,7 @@
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
#include <assert.h>
|
||||
+#include <sys/sysmacros.h>
|
||||
|
||||
#define USE_UNSTABLE_LIBMOUNT_API
|
||||
#include <libmount.h>
|
||||
--- fsck/fsck.c 2021-06-22 18:30:27.843680552 +1000
|
||||
+++ fsck/fsck.c 2021-06-22 18:30:41.327764247 +1000
|
||||
@@ -32,6 +32,7 @@
|
||||
#include <sys/signal.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/file.h>
|
||||
+#include <sys/sysmacros.h>
|
||||
#include <fcntl.h>
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
Loading…
Add table
Add a link
Reference in a new issue