summaryrefslogtreecommitdiff
path: root/libre/xbmc-libre-lts/libnfs-header-changes.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-04 04:25:27 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-04 04:25:27 -0300
commit0c80991b66ecc9768c4f69ae4c9fead9b82a9d6c (patch)
tree65fedd5c56fed022d49a76a93686d1491d78e480 /libre/xbmc-libre-lts/libnfs-header-changes.patch
parent039be8872ca85f499fe667075cf6e667d91dc4f5 (diff)
xbmc-lts: remove libre suffix
Diffstat (limited to 'libre/xbmc-libre-lts/libnfs-header-changes.patch')
-rw-r--r--libre/xbmc-libre-lts/libnfs-header-changes.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/libre/xbmc-libre-lts/libnfs-header-changes.patch b/libre/xbmc-libre-lts/libnfs-header-changes.patch
deleted file mode 100644
index ef3d45e2c..000000000
--- a/libre/xbmc-libre-lts/libnfs-header-changes.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/xbmc/filesystem/NFSDirectory.cpp b/xbmc/filesystem/NFSDirectory.cpp
-index 85084a5..8efa7bf 100644
---- a/xbmc/filesystem/NFSDirectory.cpp
-+++ b/xbmc/filesystem/NFSDirectory.cpp
-@@ -37,6 +37,7 @@
- using namespace XFILE;
- using namespace std;
- #include <limits.h>
-+#include <nfsc/libnfs-zdr.h>
- #include <nfsc/libnfs-raw-mount.h>
- #include <nfsc/libnfs-raw-nfs.h>
-
-diff --git a/xbmc/filesystem/NFSFile.cpp b/xbmc/filesystem/NFSFile.cpp
-index 479f3fe..2aeea32 100644
---- a/xbmc/filesystem/NFSFile.cpp
-+++ b/xbmc/filesystem/NFSFile.cpp
-@@ -32,6 +32,7 @@
- #include "network/DNSNameCache.h"
- #include "threads/SystemClock.h"
-
-+#include <nfsc/libnfs-zdr.h>
- #include <nfsc/libnfs-raw-mount.h>
-
- #ifdef TARGET_WINDOWS