summaryrefslogtreecommitdiffstats
path: root/package/samba/samba-fix-mount.cifs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/samba/samba-fix-mount.cifs.patch')
-rw-r--r--package/samba/samba-fix-mount.cifs.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/package/samba/samba-fix-mount.cifs.patch b/package/samba/samba-fix-mount.cifs.patch
index dcb30ebec..90bff234c 100644
--- a/package/samba/samba-fix-mount.cifs.patch
+++ b/package/samba/samba-fix-mount.cifs.patch
@@ -1,27 +1,5 @@
--- a/source/client/mount.cifs.c
+++ b/source/client/mount.cifs.c
-@@ -16,6 +16,10 @@
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
-
-+#ifdef _SAMBA_BUILD_
-+#include "include/config.h"
-+#endif
-+
- #ifndef _GNU_SOURCE
- #define _GNU_SOURCE
- #endif
-@@ -57,10 +61,6 @@
- #endif /* _SAMBA_BUILD_ */
- #endif /* MOUNT_CIFS_VENDOR_SUFFIX */
-
--#ifdef _SAMBA_BUILD_
--#include "include/config.h"
--#endif
--
- #ifndef MS_MOVE
- #define MS_MOVE 8192
- #endif
@@ -138,6 +138,7 @@ static size_t strlcat(char *d, const cha
return ret;
}