summaryrefslogtreecommitdiff
path: root/pkg/e2fsprogs/patch/0001-Add-missing-sys-xattr.h-include.patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2018-01-11 22:24:53 -0800
committerMichael Forney <mforney@mforney.org>2018-01-11 22:24:53 -0800
commit3ae200d6ea8ec4b51a361af2a81b5a74c2bdb230 (patch)
treee0ea275922e6f4d9a855ba3af6f51cab148b8ce5 /pkg/e2fsprogs/patch/0001-Add-missing-sys-xattr.h-include.patch
parent5e3360f3f3888e3ac28c44c5c3151740ec14e92d (diff)
e2fsprogs: Update to 1.43.8
Diffstat (limited to 'pkg/e2fsprogs/patch/0001-Add-missing-sys-xattr.h-include.patch')
-rw-r--r--pkg/e2fsprogs/patch/0001-Add-missing-sys-xattr.h-include.patch25
1 files changed, 0 insertions, 25 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
deleted file mode 100644
index ac5fc02f..00000000
--- a/pkg/e2fsprogs/patch/0001-Add-missing-sys-xattr.h-include.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From d83c405659c8516cb32a1e57dcfbb1752d26319d 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 8ce3fafa..a972f936 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>
- #ifdef HAVE_SYS_SYSMACROS_H
---
-2.14.1
-