We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In file included from zpool.c:7: /usr/include/libzfs/libzutil.h:93:43: note: expected ‘libpc_handle_t *’ {aka ‘struct libpc_handle *’} but argument is of type ‘libzfs_handle_ptr’ {aka ‘struct libzfs_handle *’} 93 | _LIBZUTIL_H nvlist_t *zpool_search_import(libpc_handle_t *, importargs_t *); | ^~~~~~~~~~~~~~~~ zpool.c:513:17: error: too many arguments to function ‘zpool_search_import’ 513 | pools = zpool_search_import(zfsh, &idata, &libzfs_config_ops); | ^~~~~~~~~~~~~~~~~~~ /usr/include/libzfs/libzutil.h:93:23: note: declared here 93 | _LIBZUTIL_H nvlist_t *zpool_search_import(libpc_handle_t *, importargs_t *); | ^~~~~~~~~~~~~~~~~~~ make: *** [Makefile:23: bin/kr-fs] Error 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: