The branch, master has been updated
       via  93e16a08d46587a6eacaa05cd462ea316e9da8e4 (commit)
      from  73af16c0e7e599ca7f93b9769a42ae4ce0ce7a3e (commit)

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


- Log -----------------------------------------------------------------
commit 93e16a08d46587a6eacaa05cd462ea316e9da8e4
Author: Björn Jacke <[email protected]>
Date:   Tue May 26 22:37:17 2009 +0200

    s3: fix build on systems with struct stat member st_flags

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

Summary of changes:
 source3/include/includes.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/include/includes.h b/source3/include/includes.h
index a2f6048..ba3866a 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -450,6 +450,9 @@ struct stat_ex {
        struct timespec st_ex_btime; /* birthtime */
        blksize_t       st_ex_blksize;
        blkcnt_t        st_ex_blocks;
+#ifdef HAVE_STAT_ST_FLAGS
+       uint32_t        st_ex_flags;
+#endif
 
        /*
         * Add space for VFS internal extensions. The initial user of this


-- 
Samba Shared Repository

Reply via email to