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/samba-3.2.7/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/samba-3.2.7/mtab.patch')
-rw-r--r-- | packages/samba/samba-3.2.7/mtab.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/samba/samba-3.2.7/mtab.patch b/packages/samba/samba-3.2.7/mtab.patch deleted file mode 100644 index 2ee8ba0941..0000000000 --- a/packages/samba/samba-3.2.7/mtab.patch +++ /dev/null @@ -1,11 +0,0 @@ -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> |