commit | bca585d9c7c9e72bad99fc3f48bd8245ab21848c | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Tue Jun 10 17:16:28 2008 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Tue Jun 10 17:16:28 2008 +0400 |
tree | 126f0f8a506680a536cfae0c6686046e86148edb | |
parent | 5ad9dee440c8d498f030bb102c7a83602aefcc2e [diff] |
vzctl: fix a compilation warning about capget() The following compilation warning occurs after commit 0d6bfad92c7cb6a193801ce8dac3a0dc64396ca8: cap.c: In function 'set_cap': cap.c:168: warning: implicit declaration of function 'capget' capget prototype is in sys/capability.h; however we can't include it since sys/capability.h conflicts with linux/capability.h Put capget() prototype directly into cap.c Signed-off-by: Kir Kolyshkin <kir@openvz.org>