Commit 7ee4c484 authored by Pavel Emelyanov's avatar Pavel Emelyanov

dump: Fix dump_zombies declaration

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 792bf0c4
...@@ -1517,7 +1517,7 @@ static int fill_zombies_pids(struct pstree_item *item) ...@@ -1517,7 +1517,7 @@ static int fill_zombies_pids(struct pstree_item *item)
return 0; return 0;
} }
static int dump_zombies() static int dump_zombies(void)
{ {
struct pstree_item *item; struct pstree_item *item;
int oldfd, ret = -1; int oldfd, ret = -1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment