Fix Bug #5285. (libcap header mismatch)
authorGünther Deschner <gd@samba.org>
Wed, 28 May 2008 11:20:16 +0000 (13:20 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 28 May 2008 11:22:52 +0000 (13:22 +0200)
commit611072fc1cd94e6c9d56ce910fd13f007f6ecb84
treebf09fa76bfc8f3f148777ed6fde08e89f21b1c78
parent87c15f5a57c4c7e35ac87fa1c90faeeac7c86250
Fix Bug #5285. (libcap header mismatch)

Can someone with gpfs available test this ? The only codepath using this
function is the modules/gpfs.c module. The fix resolves at least the build
issues Samba has with recent kernel / libcap versions by using the portable
cap_get_proc()/cap_set_proc() interface (instead of using capget/capset).

Guenther
(This used to be commit 177955141247a4eb56ba0d82dc1add7f52175c40)
source3/include/smb.h
source3/lib/system.c
source3/smbd/oplock_linux.c