From f20c2e0fd4e5bcf188b8fd6024ab146d707e933e Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 9 Sep 2009 13:54:47 -0700 Subject: Fix compile in a usually non-selected define. Jeremy. --- source3/modules/vfs_default.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/modules/vfs_default.c b/source3/modules/vfs_default.c index e78ddf242c..408721ab3e 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 -- cgit