diff options
Diffstat (limited to 'package/samba/patches/patch-source_client_mtab_c')
-rw-r--r-- | package/samba/patches/patch-source_client_mtab_c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/samba/patches/patch-source_client_mtab_c b/package/samba/patches/patch-source_client_mtab_c new file mode 100644 index 000000000..7dedcd065 --- /dev/null +++ b/package/samba/patches/patch-source_client_mtab_c @@ -0,0 +1,11 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- samba-3.3.3.orig/source/client/mtab.c 2009-04-01 13:48:54.000000000 +0200 ++++ samba-3.3.3/source/client/mtab.c 2009-04-18 23:27:50.522604765 +0200 +@@ -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> |