summaryrefslogtreecommitdiff
path: root/package/system/mountd/patches/050-no_error_h.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-09-14 20:12:21 +0000
committerJohn Crispin <john@openwrt.org>2015-09-14 20:12:21 +0000
commitbef03edb7ac4d95f688ad826d7fb3452c303dd15 (patch)
tree0ca502c8a83af4295bde32907f76b7b6163dbfa2 /package/system/mountd/patches/050-no_error_h.patch
parent0dbced8a484faeb8bea0c29a35c1b0f6d58dbf4c (diff)
downloadmtk-20170518-bef03edb7ac4d95f688ad826d7fb3452c303dd15.zip
mtk-20170518-bef03edb7ac4d95f688ad826d7fb3452c303dd15.tar.gz
mtk-20170518-bef03edb7ac4d95f688ad826d7fb3452c303dd15.tar.bz2
mountd: move code to a git repo
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 46935
Diffstat (limited to 'package/system/mountd/patches/050-no_error_h.patch')
-rw-r--r--package/system/mountd/patches/050-no_error_h.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/system/mountd/patches/050-no_error_h.patch b/package/system/mountd/patches/050-no_error_h.patch
deleted file mode 100644
index 16a75f0..0000000
--- a/package/system/mountd/patches/050-no_error_h.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/lib/fs.c
-+++ b/lib/fs.c
-@@ -2,7 +2,6 @@
- #include <unistd.h>
- #include <stdlib.h>
- #include <string.h>
--#include <error.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <fcntl.h>