summaryrefslogtreecommitdiff
path: root/system/lvm2/add-sys-file.patch
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2022-05-04 03:47:05 +0000
committerZach van Rijn <me@zv.io>2022-05-06 12:37:31 -0500
commit2b7653a98515ed55ccf615579a7c8a245030126f (patch)
treea4045555b5139f51a5e188995fc177e83f7b3bdf /system/lvm2/add-sys-file.patch
parent4017de01bdc07f5f9dd91b1039612a9622f2f1b1 (diff)
downloadpackages-2b7653a98515ed55ccf615579a7c8a245030126f.tar.gz
packages-2b7653a98515ed55ccf615579a7c8a245030126f.tar.bz2
packages-2b7653a98515ed55ccf615579a7c8a245030126f.tar.xz
packages-2b7653a98515ed55ccf615579a7c8a245030126f.zip
system/lvm2: bump { 2.03.13 --> 2.03.15 }.
Diffstat (limited to 'system/lvm2/add-sys-file.patch')
-rw-r--r--system/lvm2/add-sys-file.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/system/lvm2/add-sys-file.patch b/system/lvm2/add-sys-file.patch
deleted file mode 100644
index d21f5cdfc..000000000
--- a/system/lvm2/add-sys-file.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- ./lib/device/dev-cache.c 2021-10-04 10:26:46.747943865 +0000
-+++ ./lib/device/dev-cache.c 2021-10-04 10:23:55.715876227 +0000
-@@ -29,6 +29,7 @@
- #include <unistd.h>
- #include <dirent.h>
- #include <locale.h>
-+#include <sys/file.h>
-
- struct dev_iter {
- struct btree_iter *current;
---- ./tools/lvmdevices.c 2021-10-04 10:34:16.660694727 +0000
-+++ ./tools/lvmdevices.c 2021-10-04 10:34:33.718908403 +0000
-@@ -16,6 +16,7 @@
- #include "lib/cache/lvmcache.h"
- #include "lib/device/device_id.h"
- #include "lib/device/dev-type.h"
-+#include <sys/file.h>
-
- static void _search_devs_for_pvids(struct cmd_context *cmd, struct dm_list *search_pvids, struct dm_list *found_devs)
- {