Module Name: src Committed By: nakayama Date: Sat Nov 24 19:48:25 UTC 2012
Modified Files: src/sys/fs/smbfs: smbfs_smb.c src/sys/netsmb: smb_smb.c Log Message: - 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.42 -r1.43 src/sys/fs/smbfs/smbfs_smb.c cvs rdiff -u -r1.32 -r1.33 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.