Fix gcc invalid prototype warnings

Gcc -Wall warn: 'invalid prototype'

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
Brian Behlendorf
2010-08-26 09:52:41 -07:00
parent 0ccd9d24e4
commit 0bc8fd7884
11 changed files with 57 additions and 57 deletions
+1 -1
View File
@@ -3878,7 +3878,7 @@ out:
* Free buffers that were tagged for destruction.
*/
static void
l2arc_do_free_on_write()
l2arc_do_free_on_write(void)
{
list_t *buflist;
l2arc_data_free_t *df, *df_prev;