commit | d49f0e919f9ef9b15e86c1a80a189021dd5fc952 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Tue Sep 25 18:44:49 2012 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Tue Sep 25 18:46:23 2012 +0400 |
tree | f1350ef2258c4931835fc190cef3018b909830e7 | |
parent | f84404ff196d767fac22c293649caca5590840e1 [diff] |
src/lib/cap.c: fix build with older userspace When building on RHEL5, the following error appears: > cap.c: In function 'set_cap_bound': > cap.c:213: error: 'PR_CAPBSET_DROP' undeclared (first use in this function) > cap.c:213: error: (Each undeclared identifier is reported only once > cap.c:213: error: for each function it appears in.) Fix as usual. Signed-off-by: Kir Kolyshkin <kir@openvz.org>