diff options
| author | Michael Forney <mforney@mforney.org> | 2017-05-28 16:36:05 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-05-28 16:36:05 -0700 |
| commit | e77b34a4b2b480fc95f4d03bd19a61f890d2035a (patch) | |
| tree | 1bac54a007418d004e1992a1a5bce16351e3f617 /pkg | |
| parent | 6509f3863a148f228ce6c08e14bd0a6a0ca86327 (diff) | |
e2fsprogs: Add patch to fix missing sys/xattr.h include
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/e2fsprogs/patch/0001-Add-missing-sys-xattr.h-include.patch | 25 | ||||
| -rw-r--r-- | pkg/e2fsprogs/rev | 2 |
2 files changed, 26 insertions, 1 deletions
diff --git a/pkg/e2fsprogs/patch/0001-Add-missing-sys-xattr.h-include.patch b/pkg/e2fsprogs/patch/0001-Add-missing-sys-xattr.h-include.patch new file mode 100644 index 00000000..e23e5a2b --- /dev/null +++ b/pkg/e2fsprogs/patch/0001-Add-missing-sys-xattr.h-include.patch @@ -0,0 +1,25 @@ +From c713c7d7f1d5e0a36d607eb0050cc4da992ff4c4 Mon Sep 17 00:00:00 2001 +From: Michael Forney <mforney@mforney.org> +Date: Sun, 28 May 2017 16:34:32 -0700 +Subject: [PATCH] Add missing sys/xattr.h include + +--- + misc/create_inode.c | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/misc/create_inode.c b/misc/create_inode.c +index ae22ff6f..bb99394d 100644 +--- a/misc/create_inode.c ++++ b/misc/create_inode.c +@@ -20,6 +20,8 @@ + #include <limits.h> /* for PATH_MAX */ + #ifdef HAVE_ATTR_XATTR_H + #include <attr/xattr.h> ++#else ++#include <sys/xattr.h> + #endif + #include <sys/ioctl.h> + #include <ext2fs/ext2fs.h> +-- +2.13.0 + diff --git a/pkg/e2fsprogs/rev b/pkg/e2fsprogs/rev index 00750edc..b8626c4c 100644 --- a/pkg/e2fsprogs/rev +++ b/pkg/e2fsprogs/rev @@ -1 +1 @@ -3 +4 |
