Subject: CVS commit: src/sys/netsmb
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/24/2003 23:13:14
Module Name: src
Committed By: jdolecek
Date: Mon Feb 24 21:13:14 UTC 2003
Modified Files:
src/sys/netsmb: smb_iod.c smb_rq.c smb_rq.h
Log Message:
make sure sr_bcount, sr_rqtid and sr_rquid are wrote in alignment-safe way
problem pointed out by Martin Husemann
while here, turn some checks/SMBERROR()s to #ifdef DIAGNOSTIC panic()s
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/netsmb/smb_iod.c
cvs rdiff -r1.8 -r1.9 src/sys/netsmb/smb_rq.c
cvs rdiff -r1.2 -r1.3 src/sys/netsmb/smb_rq.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.