Add util-linux 2.19.1.

This commit is contained in:
fosslinux 2021-06-22 20:11:23 +10:00
parent bfe7a67acf
commit 950f339272
11 changed files with 426 additions and 0 deletions

View 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>