Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 883014 Details for
Bug 921564
sys-fs/bcachefs-tools-1.4.0 - libbcachefs.c:474:11: error: use of undeclared identifier 'opts' (17.0/musl/clang profile)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix build on musl/clang
bcachefs-tools-1.4.0-fix-clang-musl.patch (text/plain), 619 bytes, created by
Christopher Fore
on 2024-01-24 03:12:29 UTC
(
hide
)
Description:
fix build on musl/clang
Filename:
MIME Type:
Creator:
Christopher Fore
Created:
2024-01-24 03:12:29 UTC
Size:
619 bytes
patch
obsolete
>diff --git a/libbcachefs.c b/libbcachefs.c >index 68b750a..ec6b272 100644 >--- a/libbcachefs.c >+++ b/libbcachefs.c >@@ -445,6 +445,7 @@ struct bchfs_handle bcache_fs_open(const char *path) > */ > struct bchfs_handle bchu_fs_open_by_dev(const char *path, int *idx) > { >+ struct bch_opts opts = bch2_opts_empty(); > char buf[1024], *uuid_str; > > struct stat stat = xstat(path); >@@ -469,8 +470,6 @@ struct bchfs_handle bchu_fs_open_by_dev(const char *path, int *idx) > uuid_str = p + 1; > } else { > read_super: >- struct bch_opts opts = bch2_opts_empty(); >- > opt_set(opts, noexcl, true); > opt_set(opts, nochanges, true); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 921564
:
881595
|
881596
| 883014