diff options
author | Sven Neumann <s.neumann@raumfeld.com> | 2011-09-13 10:42:07 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-09-13 21:31:55 +0200 |
commit | b25b711e4a62095817e415c4961ea5530c28876e (patch) | |
tree | 0406c2a09f8281a747631fc4bd9173aff548c435 /package/samba/samba-fix-client-mtab.patch | |
parent | ab6b9e77fed118acb8a757d947708fc1773d21dc (diff) |
samba: bump to 3.5.11
Bump to version 3.5.11 and also update the download location.
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/samba/samba-fix-client-mtab.patch')
-rw-r--r-- | package/samba/samba-fix-client-mtab.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/samba/samba-fix-client-mtab.patch b/package/samba/samba-fix-client-mtab.patch deleted file mode 100644 index 21e71586b..000000000 --- a/package/samba/samba-fix-client-mtab.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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> |