summaryrefslogtreecommitdiff
blob: e10557923cedf68d1d10f4c27d2021472fd3fa56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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