Module Name: pkgsrc
Committed By: tron
Date: Wed Oct 21 12:44:37 UTC 2009
Modified Files:
pkgsrc/x11/xlockmore [pkgsrc-2009Q3]: Makefile Makefile.common
pkgsrc/x11/xlockmore-lite [pkgsrc-2009Q3]: Makefile
Log Message:
sys/fs/smbfs/smbfs_smb.c 1.41
sys/fs/smbfs/smbfs_subr.h 1.20
Add support for 64 bit file offsets to smbfs_smb_setfsize(), largely
based on code taken from FreeBSD.
This stops truncation of files larger than 4GB by VOP_SETATTR() which e.g.
happened when copying large files "rump_smbfs". Kudos to Antti Kantee
for diagnosing the problem in smbfs_smb_setfsize().
[tron, ticket #4711]
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.79.2.1 pkgsrc/x11/xlockmore/Makefile
cvs rdiff -u -r1.54 -r1.54.4.1 pkgsrc/x11/xlockmore/Makefile.common
cvs rdiff -u -r1.11 -r1.11.6.1 pkgsrc/x11/xlockmore-lite/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.