diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-11-26 13:23:36 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-11-26 13:25:19 -0800 |
commit | 773bb1832df3815cd68c314d31d30045b001e9c9 (patch) | |
tree | 078fecda657c83289cb828d49ef5efe4e9a1573d /sys-fs | |
parent | games-kids/tuxtype: Bump to 1.8.3, fix use of games group (diff) | |
download | gentoo-773bb1832df3815cd68c314d31d30045b001e9c9.tar.gz gentoo-773bb1832df3815cd68c314d31d30045b001e9c9.tar.bz2 gentoo-773bb1832df3815cd68c314d31d30045b001e9c9.zip |
sys-fs/zfs: fix 0.8.2-r2 patch path
Package-Manager: Portage-2.3.79, Repoman-2.3.17
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/zfs/files/0.8.2-ZPOOL_IMPORT_UDEV_TIMEOUT_MS.patch | 6 |
1 files changed, 3 insertions, 3 deletions
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 index be88f7bfee87..00dda6de55c4 100644 --- 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 @@ -35,10 +35,10 @@ Closes #9436 man/man8/zpool.8 | 6 ++++++ 2 files changed, 16 insertions(+), 1 deletion(-) -diff --git a/lib/libzutil/os/linux/zutil_import_os.c b/lib/libzutil/os/linux/zutil_import_os.c +diff --git a/lib/libzutil/zutil_import.c b/lib/libzutil/zutil_import.c index 811eae397c9..e51004edc68 100644 ---- a/lib/libzutil/os/linux/zutil_import_os.c -+++ b/lib/libzutil/os/linux/zutil_import_os.c +--- a/lib/libzutil/zutil_import.c ++++ b/lib/libzutil/zutil_import.c @@ -53,6 +53,7 @@ #include <libgen.h> #include <stddef.h> |