s4:ntvfs: add '_fn' suffix to all ntvfs_ops function pointers
commit96ada4d87b6d8618919c614765f2ec1d706f4f4a
authorStefan Metzmacher <metze@samba.org>
Wed, 13 Jun 2012 07:11:42 +0000 (13 09:11 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 13 Jun 2012 09:03:15 +0000 (13 11:03 +0200)
tree67793663e697dd50aa09bcba7b3ba3d7d674b194
parent855d23b742c701f2902a96a39caaad49d4d710a1
s4:ntvfs: add '_fn' suffix to all ntvfs_ops function pointers

This hopefully fixes the build on systems where _LARGE_FILES
triggers defines of syscalls e.g. '#define lseek lseek64'
on AIX.

metze

Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Wed Jun 13 11:03:15 CEST 2012 on sn-devel-104
12 files changed:
source4/ntvfs/cifs/vfs_cifs.c
source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c
source4/ntvfs/ipc/vfs_ipc.c
source4/ntvfs/nbench/vfs_nbench.c
source4/ntvfs/ntvfs.h
source4/ntvfs/ntvfs_generic.c
source4/ntvfs/ntvfs_interface.c
source4/ntvfs/posix/vfs_posix.c
source4/ntvfs/print/vfs_print.c
source4/ntvfs/simple/vfs_simple.c
source4/ntvfs/smb2/vfs_smb2.c
source4/ntvfs/unixuid/vfs_unixuid.c