diff options
Diffstat (limited to 'package/samba/patches/patch-source3_client_mtab_c')
-rw-r--r-- | package/samba/patches/patch-source3_client_mtab_c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/samba/patches/patch-source3_client_mtab_c b/package/samba/patches/patch-source3_client_mtab_c new file mode 100644 index 000000000..d6cac2914 --- /dev/null +++ b/package/samba/patches/patch-source3_client_mtab_c @@ -0,0 +1,10 @@ +--- samba-3.4.3.orig/source3/client/mtab.c 2009-10-29 08:47:16.000000000 +0100 ++++ samba-3.4.3/source3/client/mtab.c 2009-11-01 15:45:07.303242285 +0100 +@@ -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> |