summaryrefslogtreecommitdiff
path: root/pkg/util-linux/patch/0004-Remove-need-for-VLA-for-label-name.patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-01-21 15:40:06 -0800
committerMichael Forney <mforney@mforney.org>2020-01-21 15:40:06 -0800
commitea88d8b06ba2ae5df56e34badc103f0c5e274826 (patch)
tree5b59fe9c9c34cb236b24d70f212c6fd56b48aa06 /pkg/util-linux/patch/0004-Remove-need-for-VLA-for-label-name.patch
parentd1c3f5f5cc94c6f1d2926e9f6a3742a534f280db (diff)
util-linux: Update to 2.35
Diffstat (limited to 'pkg/util-linux/patch/0004-Remove-need-for-VLA-for-label-name.patch')
-rw-r--r--pkg/util-linux/patch/0004-Remove-need-for-VLA-for-label-name.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkg/util-linux/patch/0004-Remove-need-for-VLA-for-label-name.patch b/pkg/util-linux/patch/0004-Remove-need-for-VLA-for-label-name.patch
index 75df4b14..e540b52e 100644
--- a/pkg/util-linux/patch/0004-Remove-need-for-VLA-for-label-name.patch
+++ b/pkg/util-linux/patch/0004-Remove-need-for-VLA-for-label-name.patch
@@ -1,4 +1,4 @@
-From 7e73e83c21c9b20dadd429b06db30b2ff8ef5c2b Mon Sep 17 00:00:00 2001
+From 40ca588931ea2ef57ce2c44a3b92bf036fae827a Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Tue, 18 Jun 2019 11:54:57 -0700
Subject: [PATCH] Remove need for VLA for label name
@@ -37,7 +37,7 @@ index 6bc52d704..66c04fb6a 100644
}
return fdisk_field_get_id(fl);
diff --git a/libfdisk/src/label.c b/libfdisk/src/label.c
-index 2a11acad6..dcd35cfdc 100644
+index a18cdeaff..a976d3650 100644
--- a/libfdisk/src/label.c
+++ b/libfdisk/src/label.c
@@ -223,12 +223,14 @@ const struct fdisk_field *fdisk_label_get_field(const struct fdisk_label *lb, in
@@ -66,10 +66,10 @@ index 2a11acad6..dcd35cfdc 100644
}
diff --git a/libfdisk/src/libfdisk.h.in b/libfdisk/src/libfdisk.h.in
-index 47e778a67..09fdc4522 100644
+index 0669c0a7c..c7bc5b6d4 100644
--- a/libfdisk/src/libfdisk.h.in
+++ b/libfdisk/src/libfdisk.h.in
-@@ -423,7 +423,7 @@ extern int fdisk_label_get_fields_ids_all(
+@@ -425,7 +425,7 @@ extern int fdisk_label_get_fields_ids_all(
extern const struct fdisk_field *fdisk_label_get_field(const struct fdisk_label *lb, int id);
extern const struct fdisk_field *fdisk_label_get_field_by_name(
const struct fdisk_label *lb,
@@ -79,5 +79,5 @@ index 47e778a67..09fdc4522 100644
extern void fdisk_label_set_changed(struct fdisk_label *lb, int changed);
extern int fdisk_label_is_changed(const struct fdisk_label *lb);
--
-2.20.1
+2.25.0