Fix inability to start a container

Container start could fail with the following message:

	Unable to set capability: Invalid argument

It is caused by changed value of LINUX_CAPABILITY_VERSION
(defined in /usr/include/linux/capability.h).

The fix is to get this version from kernel (as libcap-2.0.0 does).

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
1 file changed