Fix compile in a usually non-selected define.
authorJeremy Allison <jra@samba.org>
Wed, 9 Sep 2009 20:54:47 +0000 (13:54 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 9 Sep 2009 20:54:47 +0000 (13:54 -0700)
Jeremy.

source3/modules/vfs_default.c

index e78ddf242c0fd8c439c9f710ff449c454c103bcd..408721ab3e947acd4ddeb16123d3be0893456da1 100644 (file)
@@ -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