[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1645-gb0c399c

Jeff Layton jlayton at samba.org
Fri May 15 18:33:11 GMT 2009


The branch, master has been updated
       via  b0c399ce6015e8a96231d5e5e99e603d44e0cf57 (commit)
      from  d800ee50335ecbd2dbd3b451a18a00780ac28f04 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit b0c399ce6015e8a96231d5e5e99e603d44e0cf57
Author: Jeff Layton <jlayton at redhat.com>
Date:   Fri May 15 14:31:28 2009 -0400

    mount.cifs: directly include sys/stat.h in mtab.c
    
    This file is mysteriously getting included when built via the makefile,
    but when you try to build mtab.o by hand it fails to build. Directly
    include it to remove any ambiguity.
    
    Signed-off-by: Jeff Layton <jlayton at redhat.com>

-----------------------------------------------------------------------

Summary of changes:
 source3/client/mtab.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/client/mtab.c b/source3/client/mtab.c
index 93fbd11..70789bc 100644
--- a/source3/client/mtab.c
+++ b/source3/client/mtab.c
@@ -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>


-- 
Samba Shared Repository


More information about the samba-cvs mailing list