From: Paolo Bonzini Date: Thu, 11 Oct 2012 12:20:23 +0000 (+0200) Subject: virtfs-proxy-helper: use setresuid and setresgid X-Git-Tag: v2.7.1~3868^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=9fd2ecdc8cb2dc1a8a7c57b6c9c60bc9947b6a73;hp=9fd2ecdc8cb2dc1a8a7c57b6c9c60bc9947b6a73;p=mirror_qemu.git virtfs-proxy-helper: use setresuid and setresgid The setfsuid and setfsgid system calls are obscure and they complicate the error checking (that glibc's warn_unused_result "feature" forces us to do). Switch to the standard setresuid and setresgid functions. Signed-off-by: Paolo Bonzini ---