diff options
author | Jeremy Allison <jra@samba.org> | 2008-10-13 17:22:33 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2008-10-13 17:22:33 -0700 |
commit | ddf16ed6e5d68870cdf3b8c6358af5134a694fc4 (patch) | |
tree | 05bab76d06b1b79fc99f47acdb9e0f07411d9d8a | |
parent | 4746f79d50d804b0e9d5d5cc0d4796dee54d052c (diff) | |
download | samba-ddf16ed6e5d68870cdf3b8c6358af5134a694fc4.tar.gz samba-ddf16ed6e5d68870cdf3b8c6358af5134a694fc4.tar.bz2 samba-ddf16ed6e5d68870cdf3b8c6358af5134a694fc4.zip |
Cope with VFS change.
Jeremy.
-rw-r--r-- | source3/include/vfs.h | 3 |
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 */ |