Prefix VFS API macros with SMB_ for consistency and to avoid problems with VFS_ macro...
authorAlexander Bokovoy <ab@samba.org>
Wed, 14 May 2003 10:59:01 +0000 (10:59 +0000)
committerAlexander Bokovoy <ab@samba.org>
Wed, 14 May 2003 10:59:01 +0000 (10:59 +0000)
commitbc2a3748e9caa8f60f7c2387e7eecd7fb3fae899
treea687d4517c20de0efbb94721f8301628f3a529a6
parentdf641bc7caceab142372a279a2844df187c86597
Prefix VFS API macros with SMB_ for consistency and to avoid problems with VFS_ macros at system side. We currently have one clash with AIX and its VFS_LOCK. Compiled and tested -- no new functionality or code, just plain rename of macros for yet-unreleased VFS API version. Needs to be done before a24 is out
(This used to be commit c2689ed118b490e49497a76ed6a2251262018769)
29 files changed:
source3/include/vfs.h
source3/include/vfs_macros.h
source3/locking/posix.c
source3/modules/vfs_audit.c
source3/modules/vfs_extd_audit.c
source3/modules/vfs_fake_perms.c
source3/modules/vfs_netatalk.c
source3/modules/vfs_recycle.c
source3/msdfs/msdfs.c
source3/printing/nt_printing.c
source3/printing/printfsp.c
source3/rpc_server/srv_srvsvc_nt.c
source3/smbd/close.c
source3/smbd/dir.c
source3/smbd/dosmode.c
source3/smbd/fileio.c
source3/smbd/filename.c
source3/smbd/notify_hash.c
source3/smbd/ntquotas.c
source3/smbd/nttrans.c
source3/smbd/open.c
source3/smbd/posix_acls.c
source3/smbd/reply.c
source3/smbd/service.c
source3/smbd/statcache.c
source3/smbd/trans2.c
source3/smbd/vfs-wrap.c
source3/smbd/vfs.c
source3/torture/cmd_vfs.c