1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +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 * Protection against OOM killer if kernel supports it
*/ */
static int _protect_against_oom_killer() static int _protect_against_oom_killer(void)
{ {
struct stat st; struct stat st;