mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
26 lines
740 B
Diff
26 lines
740 B
Diff
SPDX-FileCopyrightText: 2021 Samuel Tyler <samuel@samuelt.me>
|
|
|
|
SPDX-License-Identifier: BSD-4-Clause
|
|
|
|
headers.patch but for files licensed BSD.
|
|
|
|
--- util-linux-2.19.1/fdisk/fdiskbsdlabel.c 2021-06-12 16:09:49.519140837 +1000
|
|
+++ util-linux-2.19.1/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"
|
|
--- util-linux-2.19.1/login-utils/ttymsg.c 2021-06-12 16:11:45.911958381 +1000
|
|
+++ util-linux-2.19.1/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"
|