diff options
author | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-01-31 20:22:29 +0000 |
---|---|---|
committer | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-01-31 20:22:29 +0000 |
commit | c3270e164d1964d6ef32258dcbcbceda912add07 (patch) | |
tree | 2d060050000abf82bdaacc5d5f92048181af1aaf /packages/samba/files/mtab.patch | |
parent | 579a5fa166ce8915ca9e00c90a357f61771922d7 (diff) |
samba: Rework samba in preparation for separate AD support:
- Move mtab.patch and config-h.patch to files as they will work for 3.3.0
- Remove AD support, krb5 and openldap deps from 3.2.7
- Move the non-AD samba specific stuff into its own include file
- Ensure package conflicts with samba-ads, bump PR to pick this up
Diffstat (limited to 'packages/samba/files/mtab.patch')
-rw-r--r-- | packages/samba/files/mtab.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/samba/files/mtab.patch b/packages/samba/files/mtab.patch new file mode 100644 index 0000000000..2ee8ba0941 --- /dev/null +++ b/packages/samba/files/mtab.patch @@ -0,0 +1,11 @@ +diff -urN source/client/mtab.c samba-3.2.7//source/client/mtab.c +--- source/client/mtab.c 2008-12-19 13:57:33.000000000 +0000 ++++ source/client/mtab.c 2009-01-09 23:14:00.717671075 +0000 +@@ -32,6 +32,7 @@ + #include <errno.h> + #include <stdio.h> + #include <sys/time.h> ++#include <sys/stat.h> + #include <time.h> + #include <fcntl.h> + #include <mntent.h> |