r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture
[samba.git] / source / include / vfs.h
index 71b4f6562799545a65378628655b226e0d9fc660..7f6c94f6e99feadcaab9be1739b51de1ddc7cd6a 100644 (file)
@@ -58,7 +58,8 @@
 /* Changed to version 11 to include seekdir/telldir/rewinddir calls. JRA */
 /* Changed to version 12 to add mask and attributes to opendir(). JRA 
    Also include aio calls. JRA. */
-#define SMB_VFS_INTERFACE_VERSION 12
+/* Changed to version 13 as the internal structure of files_struct has changed. JRA */
+#define SMB_VFS_INTERFACE_VERSION 13
 
 
 /* to bug old modules which are trying to compile with the old functions */