diff options
| author | Michael Forney <mforney@mforney.org> | 2021-06-05 15:15:49 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-06-06 03:04:01 -0700 |
| commit | 57dd586471765d2dcc81502dd7bfcc6aeab9a462 (patch) | |
| tree | 889289966af27d4f8d0732955c19338872c84bfa /pkg/util-linux/patch/0004-Remove-need-for-VLA-for-label-name.patch | |
| parent | 1b27f8dcb19280253141120e12f69ed2a17539ea (diff) | |
util-linux: Update to 2.37
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.patch | 12 |
1 files changed, 6 insertions, 6 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 dd5a5a59..d67e5145 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 29065cab257849cec348bf72afcc64885032130c Mon Sep 17 00:00:00 2001 +From 1c563b2cc82ee2f7ec5daeba5747346250fcc2e2 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 @@ -10,7 +10,7 @@ Subject: [PATCH] Remove need for VLA for label name 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/disk-utils/fdisk-list.c b/disk-utils/fdisk-list.c -index 8cc116281..62cc3471b 100644 +index 62aa2b3f5..dafab3ca4 100644 --- a/disk-utils/fdisk-list.c +++ b/disk-utils/fdisk-list.c @@ -469,19 +469,15 @@ void list_available_columns(FILE *out) @@ -37,7 +37,7 @@ index 8cc116281..62cc3471b 100644 } return fdisk_field_get_id(fl); diff --git a/libfdisk/src/label.c b/libfdisk/src/label.c -index 98ab475bf..381a3f83b 100644 +index 524a2bfb4..e0ec7da43 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 98ab475bf..381a3f83b 100644 } diff --git a/libfdisk/src/libfdisk.h.in b/libfdisk/src/libfdisk.h.in -index 374661982..2c0d9c285 100644 +index 6f2e77d04..a0e7aa4b2 100644 --- a/libfdisk/src/libfdisk.h.in +++ b/libfdisk/src/libfdisk.h.in -@@ -463,7 +463,7 @@ extern int fdisk_label_get_fields_ids_all( +@@ -466,7 +466,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 374661982..2c0d9c285 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.28.0 +2.31.1 |
