mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 10:54:35 +03:00
Fix gcc invalid prototype warnings
Gcc -Wall warn: 'invalid prototype' Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
+2
-2
@@ -87,7 +87,7 @@ libzfs_handle_t *g_zfs;
|
||||
* debugging facilities.
|
||||
*/
|
||||
const char *
|
||||
_umem_debug_init()
|
||||
_umem_debug_init(void)
|
||||
{
|
||||
return ("default,verbose"); /* $UMEM_DEBUG setting */
|
||||
}
|
||||
@@ -1221,7 +1221,7 @@ static boolean_t sa_loaded;
|
||||
sa_attr_type_t *sa_attr_table;
|
||||
|
||||
static void
|
||||
fuid_table_destroy()
|
||||
fuid_table_destroy(void)
|
||||
{
|
||||
if (fuid_table_loaded) {
|
||||
zfs_fuid_table_destroy(&idx_tree, &domain_tree);
|
||||
|
||||
Reference in New Issue
Block a user