mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-18 12:01:00 +01:00
36302: attr: Fix compilation with libcap 2.24
This commit is contained in:
parent
d6ca3bc4b9
commit
9ca9a092de
2 changed files with 7 additions and 3 deletions
|
|
@ -27,12 +27,12 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "attr.mdh"
|
||||
#include "attr.pro"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/xattr.h>
|
||||
|
||||
#include "attr.mdh"
|
||||
#include "attr.pro"
|
||||
|
||||
static ssize_t
|
||||
xgetxattr(const char *path, const char *name, void *value, size_t size, int symlink)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue