Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 11/30/2000 08:59:09
Module Name:	syssrc
Committed By:	enami
Date:		Thu Nov 30 06:59:09 UTC 2000

Modified Files:
	syssrc/sys/dev/ieee1394: fwohci.c

Log Message:
Pass the right size of object (in this case, a trailer) to fwohci_buf_pktget.
Since the fp_trail is a pointer to trailer, we have to pass sizeof(*fp_trail)
instead of sizeof(fp_trail).


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 syssrc/sys/dev/ieee1394/fwohci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.