summaryrefslogtreecommitdiffstats
path: root/package/samba/samba-fix-client-mtab.patch
diff options
context:
space:
mode:
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>2009-01-13 07:29:35 +0000
committerHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>2009-01-13 07:29:35 +0000
commit8e1e3e58fb326ed21506ff04f4950578fa066287 (patch)
treef6560941c5f8c71bd40dc3fb1fb767a9149be24e /package/samba/samba-fix-client-mtab.patch
parentb9a79cd8f03225944b1339146c90cb30b81689e1 (diff)
downloadbuildroot-novena-8e1e3e58fb326ed21506ff04f4950578fa066287.tar.gz
buildroot-novena-8e1e3e58fb326ed21506ff04f4950578fa066287.zip
samba: bump version to 3.2.7 and refresh patches against this version
This patch bumps the Samba version to 3.2.7 and refreshes the patches. It also fixes two minor issues by introducing two new small patches.
Diffstat (limited to 'package/samba/samba-fix-client-mtab.patch')
-rw-r--r--package/samba/samba-fix-client-mtab.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/samba/samba-fix-client-mtab.patch b/package/samba/samba-fix-client-mtab.patch
new file mode 100644
index 000000000..21e71586b
--- /dev/null
+++ b/package/samba/samba-fix-client-mtab.patch
@@ -0,0 +1,11 @@
+--- a/source/client/mtab.c
++++ b/source/client/mtab.c
+@@ -31,6 +31,8 @@
+ #include <unistd.h>
+ #include <errno.h>
+ #include <stdio.h>
++#include <sys/types.h>
++#include <sys/stat.h>
+ #include <sys/time.h>
+ #include <time.h>
+ #include <fcntl.h>