Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 261730 | Differences between
and this patch

Collapse All | Expand All

(-)vsftpd-2.1.0.orig/sysdeputil.c (-2 / +1 lines)
Lines 184-191 Link Here
184
184
185
#if defined(VSF_SYSDEP_HAVE_CAPABILITIES) && !defined(VSF_SYSDEP_HAVE_LIBCAP)
185
#if defined(VSF_SYSDEP_HAVE_CAPABILITIES) && !defined(VSF_SYSDEP_HAVE_LIBCAP)
186
#include <linux/capability.h>
186
#include <linux/capability.h>
187
#include <errno.h>
187
#include <sys/syscall.h>
188
#include <syscall.h>
189
int capset(cap_user_header_t header, const cap_user_data_t data)
188
int capset(cap_user_header_t header, const cap_user_data_t data)
190
{
189
{
191
  return syscall(__NR_capset, header, data);
190
  return syscall(__NR_capset, header, data);

Return to bug 261730