Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba
authorJeremy Allison <jra@samba.org>
Tue, 14 Oct 2008 00:27:53 +0000 (17:27 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 14 Oct 2008 00:27:53 +0000 (17:27 -0700)
source3/include/vfs.h

index 0951de63fe3535c48f77aebb9e3d55d678d71933..4cedb4a9c6bfcc1895323867a7f69e1a6c796584 100644 (file)
 /* 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 */