summaryrefslogtreecommitdiff
path: root/source3/include/vfs.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-10-13 17:22:33 -0700
committerJeremy Allison <jra@samba.org>2008-10-13 17:22:33 -0700
commitddf16ed6e5d68870cdf3b8c6358af5134a694fc4 (patch)
tree05bab76d06b1b79fc99f47acdb9e0f07411d9d8a /source3/include/vfs.h
parent4746f79d50d804b0e9d5d5cc0d4796dee54d052c (diff)
downloadsamba-ddf16ed6e5d68870cdf3b8c6358af5134a694fc4.tar.gz
samba-ddf16ed6e5d68870cdf3b8c6358af5134a694fc4.tar.bz2
samba-ddf16ed6e5d68870cdf3b8c6358af5134a694fc4.zip
Cope with VFS change.
Jeremy.
Diffstat (limited to 'source3/include/vfs.h')
-rw-r--r--source3/include/vfs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/vfs.h b/source3/include/vfs.h
index 0951de63fe..4cedb4a9c6 100644
--- a/source3/include/vfs.h
+++ b/source3/include/vfs.h
@@ -109,8 +109,9 @@
/* Changed to version 23 - remove set_nt_acl call. This can only be done via an
open handle. JRA. */
/* Changed to version 24 - make security descriptor const in fset_nt_acl. JRA. */
+/* Changed to version 25 - Jelmer's change from SMB_BIG_UINT to uint64_t. */
-#define SMB_VFS_INTERFACE_VERSION 24
+#define SMB_VFS_INTERFACE_VERSION 25
/* to bug old modules which are trying to compile with the old functions */