The branch, master has been updated
       via  f20c2e0fd4e5bcf188b8fd6024ab146d707e933e (commit)
      from  a5cace128d1dcabd6cc90dda71a09dfa8ee8c6f6 (commit)

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


- Log -----------------------------------------------------------------
commit f20c2e0fd4e5bcf188b8fd6024ab146d707e933e
Author: Jeremy Allison <[email protected]>
Date:   Wed Sep 9 13:54:47 2009 -0700

    Fix compile in a usually non-selected define.
    Jeremy.

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

Summary of changes:
 source3/modules/vfs_default.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_default.c b/source3/modules/vfs_default.c
index e78ddf2..408721a 100644
--- a/source3/modules/vfs_default.c
+++ b/source3/modules/vfs_default.c
@@ -139,7 +139,7 @@ static uint32_t vfswrap_fs_capabilities(struct 
vfs_handle_struct *handle,
                *p_ts_res = TIMESTAMP_SET_MSEC;
 #elif defined(HAVE_UTIME)
                /* utime only allows sec timestamps to be set. */
-               *p_ts_res = TIMESTAMP_SET_SEC;
+               *p_ts_res = TIMESTAMP_SET_SECONDS;
 #endif
 
                /* TODO. Add a configure test for the Linux


-- 
Samba Shared Repository

Reply via email to