summaryrefslogtreecommitdiff
path: root/net-fs/smbnetfs/files/smbnetfs-0.6.1-use-proper-xattr.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-25 11:37:10 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-25 11:37:10 +0100
commit38423c67c8a23f6a1bc42038193182e2da3116eb (patch)
tree04e2cf4bd43601b77daa79fe654e409187093c5e /net-fs/smbnetfs/files/smbnetfs-0.6.1-use-proper-xattr.patch
parent623ee73d661e5ed8475cb264511f683407d87365 (diff)
gentoo resync : 25.04.2020
Diffstat (limited to 'net-fs/smbnetfs/files/smbnetfs-0.6.1-use-proper-xattr.patch')
-rw-r--r--net-fs/smbnetfs/files/smbnetfs-0.6.1-use-proper-xattr.patch25
1 files changed, 0 insertions, 25 deletions
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
index 925a8cf8fefe..000000000000
--- a/net-fs/smbnetfs/files/smbnetfs-0.6.1-use-proper-xattr.patch
+++ /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
-