net-fs/smbnetfs: remove unused patch
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 18 Apr 2020 16:54:49 +0000 (18:54 +0200)
committerSergei Trofimovich <slyfox@gentoo.org>
Sat, 18 Apr 2020 21:31:51 +0000 (22:31 +0100)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
net-fs/smbnetfs/files/smbnetfs-0.6.1-use-proper-xattr.patch [deleted file]

diff --git a/net-fs/smbnetfs/files/smbnetfs-0.6.1-use-proper-xattr.patch b/net-fs/smbnetfs/files/smbnetfs-0.6.1-use-proper-xattr.patch
deleted file mode 100644 (file)
index 925a8cf..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-From 398e8169ea6d3d854af0173b1e66bf13c124f901 Mon Sep 17 00:00:00 2001
-From: Mikhail Kshevetskiy <mikhail.kshevetskiy@gmail.com>
-Date: Thu, 1 Feb 2018 11:55:41 +0300
-Subject: [PATCH] use proper xattr
-
----
- src/function.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/function.c b/src/function.c
-index 9728eae..3e88f42 100644
---- a/src/function.c
-+++ b/src/function.c
-@@ -8,7 +8,7 @@
- #include <dirent.h>
- #include <sys/statvfs.h>
- #include <sys/types.h>
--#include <attr/xattr.h>
-+#include <sys/xattr.h>
- #include <time.h>
- #include <pthread.h>
- #include <libsmbclient.h>
--- 
-2.16.2
-