Fix gcc invalid prototype warnings
[zfs.git] / module / zfs / spa_history.c
index 212abae..a65f16b 100644 (file)
@@ -175,7 +175,7 @@ spa_history_write(spa_t *spa, void *buf, uint64_t len, spa_history_phys_t *shpp,
 }
 
 static char *
-spa_history_zone()
+spa_history_zone(void)
 {
 #ifdef _KERNEL
        return (curproc->p_zone->zone_name);