Dash:
[t2.git] / package / filesystem / lvm2 / hotfix.patch.musl
blob70580dbadda615cc245c8d3642669475cc4e8160
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/lvm2/hotfix.patch.musl
3 # Copyright (C) 2021 The T2 SDE Project
4
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- LVM2.2.03.13/tools/lvmdevices.c.vanilla     2021-08-30 17:09:20.394510297 +0200
15 +++ LVM2.2.03.13/tools/lvmdevices.c     2021-08-30 17:15:45.733469024 +0200
16 @@ -16,6 +16,7 @@
17  #include "lib/cache/lvmcache.h"
18  #include "lib/device/device_id.h"
19  #include "lib/device/dev-type.h"
20 +#include <sys/file.h>
22  static void _search_devs_for_pvids(struct cmd_context *cmd, struct dm_list *search_pvids, struct dm_list *found_devs)
23  {