Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/netsmb



Module Name:    src
Committed By:   jdolecek
Date:           Mon Mar 24 09:17:53 UTC 2003

Modified Files:
        src/sys/netsmb: smb_conn.h smb_smb.c

Log Message:
don't access (u_int32_t *) as (u_int16_t *), this fails on BE machines -
  use temporary variable to fetch the 16bit value instead
remove some redundant temporaries, use NULL for those md_get_*() calls instead
make sv_sm 16bit - it is 16bit in later SMB dialects


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/netsmb/smb_conn.h
cvs rdiff -r1.11 -r1.12 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.




Home | Main Index | Thread Index | Old Index