Subject: CVS commit: src/sys/dev/pcmcia
To: None <source-changes@NetBSD.org>
From: KIYOHARA Takashi <kiyohara@netbsd.org>
List: source-changes
Date: 10/16/2007 13:47:18
Module Name: src
Committed By: kiyohara
Date: Tue Oct 16 13:47:18 UTC 2007
Modified Files:
src/sys/dev/pcmcia: btbc.c
Log Message:
Whenever writing once, m_adj() is called.
Do not call m_adj() by 0 when it is "rlen==m_len" and is not empty in the
buffer.
Must call m_adj().
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/dev/pcmcia/btbc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.