Added fix for broken Linux (no sendfile64). When offset + count > 2GB
commit872dfd87cda585c33c3823b06580cb301567a9b9
authorJeremy Allison <jra@samba.org>
Sat, 14 Sep 2002 00:34:46 +0000 (14 00:34 +0000)
committerJeremy Allison <jra@samba.org>
Sat, 14 Sep 2002 00:34:46 +0000 (14 00:34 +0000)
treed78d9e83f90078163d0aff6a600dba8839b69109
parenteda0e7589f2591edc29e6c1eef44aa21628977be
Added fix for broken Linux (no sendfile64). When offset + count > 2GB
then return ENOSYS and let the upper layer handle it.
Jeremy
source/lib/sendfile.c
source/smbd/reply.c