From f3ba1f4112b1216239e6c13a9d898e6bdbd86785 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 31 May 2011 21:03:22 -0700 Subject: Bump the smbd vfs interface version to 29. Samba 3.6.0 will ship with interface 28. --- source3/include/vfs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/include/vfs.h b/source3/include/vfs.h index 145b52c5c2..5c7e4e52bc 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -135,7 +135,8 @@ /* Leave at 28 - not yet released. Add fdopendir. JRA. */ /* Leave at 28 - not yet released. Rename open function to open_fn. - gd */ /* Leave at 28 - not yet released. Make getwd function always return malloced memory. JRA. */ -#define SMB_VFS_INTERFACE_VERSION 28 +/* Bump to version 29 - Samba 3.6.0 will ship with interface version 28. */ +#define SMB_VFS_INTERFACE_VERSION 29 /* All intercepted VFS operations must be declared as static functions inside module source -- cgit