| commit | 338544ca3b1cb901d05328b16d65db6f99d2658d | [log] [download] |
|---|---|---|
| author | Kir Kolyshkin <kir@openvz.org> | Mon Mar 19 01:08:55 2012 +0400 |
| committer | Kir Kolyshkin <kir@openvz.org> | Mon Mar 19 01:08:55 2012 +0400 |
| tree | 3e66783ae7017836d694d6bc1bb64da35ccc426c | |
| parent | 33bbd967354293ff2e3398c80e16b6c9e62b0ed8 [diff] |
ploop env.c: fix a warning
CC env.lo
env.c:701:10: warning: implicit declaration of function 've_private_is_ploop' is
invalid in C99 [-Wimplicit-function-declaration]
ploop = ve_private_is_ploop(res->fs.private);
^
This is an addition to commit f380a3c
Signed-off-by: Kir Kolyshkin <kir@openvz.org>