]> granicus.if.org Git - zfs/commitdiff
Fix twop more missing voids in prototypes
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 22 Dec 2008 18:20:57 +0000 (10:20 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 22 Dec 2008 18:20:57 +0000 (10:20 -0800)
cmd/zdb/zdb.c

index 253a1346a498681454e9215b95223d9f3065f462..ee097fdba1a910d35e8290f5c92e51af62d54eee 100644 (file)
@@ -72,7 +72,7 @@ int zdb_sig_cksumalg = ZIO_CHECKSUM_SHA256;
  * debugging facilities.
  */
 const char *
-_umem_debug_init()
+_umem_debug_init(void)
 {
        return ("default,verbose"); /* $UMEM_DEBUG setting */
 }
@@ -860,7 +860,7 @@ static avl_tree_t domain_tree;
 static boolean_t fuid_table_loaded;
 
 static void
-fuid_table_destroy()
+fuid_table_destroy(void)
 {
        if (fuid_table_loaded) {
                zfs_fuid_table_destroy(&idx_tree, &domain_tree);