aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/mountd/patches/050-no_error_h.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-10-02 10:48:48 +0000
committerJohn Crispin <blogic@openwrt.org>2015-10-02 10:48:48 +0000
commitb52b1fc3a3846e07dd7034c0b61ed2bf14942228 (patch)
tree66d8d88d3ebd4c76fb48d50724e684a521b95b03 /package/system/mountd/patches/050-no_error_h.patch
parent9858c87014eb8a73e93577cbe715a18d355ca01e (diff)
downloadupstream-b52b1fc3a3846e07dd7034c0b61ed2bf14942228.tar.gz
upstream-b52b1fc3a3846e07dd7034c0b61ed2bf14942228.tar.bz2
upstream-b52b1fc3a3846e07dd7034c0b61ed2bf14942228.zip
mountd: move code to a git repo
Signed-off-by: John Crispin <blogic@openwrt.org> Backport of r46935 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@47082 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 16a75f0422..0000000000
--- 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>