Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs/files/
Date: Tue, 26 Nov 2019 21:25:28
Message-Id: 1574803519.773bb1832df3815cd68c314d31d30045b001e9c9.gyakovlev@gentoo
1 commit: 773bb1832df3815cd68c314d31d30045b001e9c9
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 26 21:23:36 2019 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 26 21:25:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=773bb183
7
8 sys-fs/zfs: fix 0.8.2-r2 patch path
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.17
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 sys-fs/zfs/files/0.8.2-ZPOOL_IMPORT_UDEV_TIMEOUT_MS.patch | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sys-fs/zfs/files/0.8.2-ZPOOL_IMPORT_UDEV_TIMEOUT_MS.patch b/sys-fs/zfs/files/0.8.2-ZPOOL_IMPORT_UDEV_TIMEOUT_MS.patch
17 index be88f7bfee8..00dda6de55c 100644
18 --- a/sys-fs/zfs/files/0.8.2-ZPOOL_IMPORT_UDEV_TIMEOUT_MS.patch
19 +++ b/sys-fs/zfs/files/0.8.2-ZPOOL_IMPORT_UDEV_TIMEOUT_MS.patch
20 @@ -35,10 +35,10 @@ Closes #9436
21 man/man8/zpool.8 | 6 ++++++
22 2 files changed, 16 insertions(+), 1 deletion(-)
23
24 -diff --git a/lib/libzutil/os/linux/zutil_import_os.c b/lib/libzutil/os/linux/zutil_import_os.c
25 +diff --git a/lib/libzutil/zutil_import.c b/lib/libzutil/zutil_import.c
26 index 811eae397c9..e51004edc68 100644
27 ---- a/lib/libzutil/os/linux/zutil_import_os.c
28 -+++ b/lib/libzutil/os/linux/zutil_import_os.c
29 +--- a/lib/libzutil/zutil_import.c
30 ++++ b/lib/libzutil/zutil_import.c
31 @@ -53,6 +53,7 @@
32 #include <libgen.h>
33 #include <stddef.h>