gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing a
authorAndrew Tridgell <tridge@samba.org>
Fri, 18 Sep 1998 03:00:20 +0000 (03:00 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 18 Sep 1998 03:00:20 +0000 (03:00 +0000)
commitc7da9992cb39fc84a6a915dd2158beaf5e616617
tree73f84eb8340e52b0362b3c7f84710062114194e4
parentfdc07d1417274d10038da83cee2ea718e6a7abec
gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing a
SOFF_T() macro for setting an SMB_OFF_T variable

also limited mmap based reads to MAX_MMAP_SIZE. We really can't mmap
2^50 bytes due to virtual address space problems.
(This used to be commit 4e784b18899eddd2399a51fa7d8c219560432922)
source3/include/includes.h
source3/include/local.h
source3/smbd/fileio.c
source3/smbd/negprot.c
source3/smbd/nttrans.c
source3/smbd/open.c
source3/smbd/trans2.c