mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Keep the old-style function definition
This commit is contained in:
parent
462579d54e
commit
37341289e6
@ -1632,7 +1632,7 @@ static int _set_oom_adj(const char *oom_adj_path, int val)
|
||||
/*
|
||||
* Protection against OOM killer if kernel supports it
|
||||
*/
|
||||
static int _protect_against_oom_killer()
|
||||
static int _protect_against_oom_killer(void)
|
||||
{
|
||||
struct stat st;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user