Module Name: src Committed By: riz Date: Mon Nov 26 19:50:12 UTC 2012
Modified Files: src/sys/fs/smbfs [netbsd-5]: smbfs_smb.c src/sys/netsmb [netbsd-5]: smb_smb.c Log Message: Pull up following revision(s) (requested by nakayama in ticket #1820): sys/fs/smbfs/smbfs_smb.c: revision 1.43 sys/netsmb/smb_smb.c: revision 1.33 - fix endian cofusion around FID, which is used as is, so no need to do byte swapping. - put right value to ByteCount of SMB_COM_NT_CREATE_ANDX request. The fix makes smbfs actually works on big-endian port. To generate a diff of this commit: cvs rdiff -u -r1.37.6.1 -r1.37.6.2 src/sys/fs/smbfs/smbfs_smb.c cvs rdiff -u -r1.29.6.1 -r1.29.6.2 src/sys/netsmb/smb_smb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.