summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-10-04 12:41:39 +0200
committerConrad Kostecki <conikost@gentoo.org>2022-10-15 21:33:35 +0200
commit8debad39211c825bd1169297c388c80768570a94 (patch)
treee760134b2b0395e2c86d1b2058639d412403ded5 /net-fs/cvmfs
parentmedia-gfx/inkscape: remove unused patches (diff)
downloadgentoo-8debad39211c825bd1169297c388c80768570a94.tar.gz
gentoo-8debad39211c825bd1169297c388c80768570a94.tar.bz2
gentoo-8debad39211c825bd1169297c388c80768570a94.zip
net-fs/cvmfs: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/27610 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-fs/cvmfs')
-rw-r--r--net-fs/cvmfs/files/cvmfs-2.7.2-xattr.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/net-fs/cvmfs/files/cvmfs-2.7.2-xattr.patch b/net-fs/cvmfs/files/cvmfs-2.7.2-xattr.patch
deleted file mode 100644
index e10557923ced..000000000000
--- a/net-fs/cvmfs/files/cvmfs-2.7.2-xattr.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 44cae128f7478ab81be92cdfc7dec6c2aee26e42 Mon Sep 17 00:00:00 2001
-From: Guilherme Amadio <guilherme@amadio.org>
-Date: Mon, 6 Apr 2020 17:17:30 +0200
-Subject: [PATCH 1/3] Do not include deprecated attr/xattr.h
-
----
- cvmfs/platform_linux.h | 3 ---
- 1 file changed, 3 deletions(-)
-
-diff --git a/cvmfs/platform_linux.h b/cvmfs/platform_linux.h
-index 21e7d81fb..9aa0c9051 100644
---- a/cvmfs/platform_linux.h
-+++ b/cvmfs/platform_linux.h
-@@ -9,9 +9,6 @@
-
- #include <sys/types.h> // contains ssize_t needed inside <attr/xattr.h>
- #include <sys/xattr.h>
--#ifdef HAVE_ATTR_XATTR_H
--#include <attr/xattr.h> // NOLINT(build/include_alpha)
--#endif
- #include <dirent.h>
- #include <errno.h>
- #include <fcntl.h>
---
-2.26.0
-