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)
commitc2689ed118b490e49497a76ed6a2251262018769
tree64d34ddfb5db28c0e2e38aa0156b1566da1dd6d4
parent0714dda7cc4a1df73e1b9d11daae80a1f46583de
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
29 files changed:
source/include/vfs.h
source/include/vfs_macros.h
source/locking/posix.c
source/modules/vfs_audit.c
source/modules/vfs_extd_audit.c
source/modules/vfs_fake_perms.c
source/modules/vfs_netatalk.c
source/modules/vfs_recycle.c
source/msdfs/msdfs.c
source/printing/nt_printing.c
source/printing/printfsp.c
source/rpc_server/srv_srvsvc_nt.c
source/smbd/close.c
source/smbd/dir.c
source/smbd/dosmode.c
source/smbd/fileio.c
source/smbd/filename.c
source/smbd/notify_hash.c
source/smbd/ntquotas.c
source/smbd/nttrans.c
source/smbd/open.c
source/smbd/posix_acls.c
source/smbd/reply.c
source/smbd/service.c
source/smbd/statcache.c
source/smbd/trans2.c
source/smbd/vfs-wrap.c
source/smbd/vfs.c
source/torture/cmd_vfs.c