mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 00:05:24 +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-bsd.patch
Normal file
26
sysa/util-linux-2.19.1/patches/headers-bsd.patch
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
|
||||
|
||||
SPDX-License-Identifier: BSD-4-Clause
|
||||
|
||||
headers.patch but for files licensed BSD.
|
||||
|
||||
--- fdisk/fdiskbsdlabel.c 2021-06-12 16:09:49.519140837 +1000
|
||||
+++ fdisk/fdiskbsdlabel.c 2021-06-12 16:10:00.875220602 +1000
|
||||
@@ -53,6 +53,7 @@
|
||||
#include "nls.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
+#include <sys/types.h>
|
||||
|
||||
#include "common.h"
|
||||
#include "fdisk.h"
|
||||
--- login-utils/ttymsg.c 2021-06-12 16:11:45.911958381 +1000
|
||||
+++ login-utils/ttymsg.c 2021-06-12 19:09:30.108310127 +1000
|
||||
@@ -51,6 +51,7 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
+#include <sys/param.h>
|
||||
#include "nls.h"
|
||||
|
||||
#include "pathnames.h"
|
||||
Loading…
Add table
Add a link
Reference in a new issue