1
0
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:
Zdenek Kabelac 2011-09-14 09:53:32 +00:00
parent 462579d54e
commit 37341289e6

View File

@ -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;