summaryrefslogtreecommitdiff
path: root/libre/xbmc-lts/libnfs-header-changes.patch
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-01-20 13:38:58 -0200
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-01-20 13:38:58 -0200
commitee507a0c39c1266b35158689cad8f7fe531f396a (patch)
treee0b37782f810aaaea25e328efa10a4560b6c3b27 /libre/xbmc-lts/libnfs-header-changes.patch
parent03e1b1f2144c92194acd4d1d9a0c6e10ac51a4a3 (diff)
parenta2df7958861eec4672c47cf90fe593a10cc42c8f (diff)
Merge branch 'master' of ssh://projects.parabola.nu:1863/~git/abslibre/abslibre
Diffstat (limited to 'libre/xbmc-lts/libnfs-header-changes.patch')
-rw-r--r--libre/xbmc-lts/libnfs-header-changes.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/libre/xbmc-lts/libnfs-header-changes.patch b/libre/xbmc-lts/libnfs-header-changes.patch
deleted file mode 100644
index ef3d45e2c..000000000
--- a/libre/xbmc-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