1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-26 04:23:49 +03:00
Files
samba-mirror/source/ntvfs/posix/config.mk
Andrew Tridgell 367f0c2af4 r3253: - added rudimentary support for ntioctl in pvfs
- catch the SIGXFSZ signal, which for some completely insane reason is
  generated in current Linux systems when you write before the maximum
  offset in a file (maximum is 2^41 on my box). Why wasn't errno good
  enough for this?

- give the right ntstatus code for large offset write failures
2007-10-10 13:04:46 -05:00

31 lines
884 B
Makefile

################################################
# Start MODULE ntvfs_posix
[MODULE::ntvfs_posix]
INIT_OBJ_FILES = \
ntvfs/posix/vfs_posix.o
ADD_OBJ_FILES = \
ntvfs/posix/pvfs_util.o \
ntvfs/posix/pvfs_search.o \
ntvfs/posix/pvfs_dirlist.o \
ntvfs/posix/pvfs_fileinfo.o \
ntvfs/posix/pvfs_unlink.o \
ntvfs/posix/pvfs_mkdir.o \
ntvfs/posix/pvfs_open.o \
ntvfs/posix/pvfs_read.o \
ntvfs/posix/pvfs_flush.o \
ntvfs/posix/pvfs_write.o \
ntvfs/posix/pvfs_fsinfo.o \
ntvfs/posix/pvfs_qfileinfo.o \
ntvfs/posix/pvfs_setfileinfo.o \
ntvfs/posix/pvfs_rename.o \
ntvfs/posix/pvfs_resolve.o \
ntvfs/posix/pvfs_shortname.o \
ntvfs/posix/pvfs_lock.o \
ntvfs/posix/pvfs_wait.o \
ntvfs/posix/pvfs_seek.o \
ntvfs/posix/pvfs_ioctl.o \
ntvfs/common/opendb.o \
ntvfs/common/brlock.o
# End MODULE ntvfs_posix
################################################