Subject: CVS commit: src/sys/netbt
To: None <source-changes@NetBSD.org>
From: Iain Hibbert <plunky@netbsd.org>
List: source-changes
Date: 09/11/2006 22:08:39
Module Name:	src
Committed By:	plunky
Date:		Mon Sep 11 22:08:39 UTC 2006

Modified Files:
	src/sys/netbt: hci_link.c rfcomm_session.c

Log Message:
hci_link.c:
 - In hci_link_free(), do not unlink items from a LIST queue within
   a LIST_FOREACH() iterator.

rfcomm_session.c:
 - In rfcomm_session_recv_mcc_nsc(), do not unlink items from a LIST
   queue within a LIST_FOREACH() iterator.

	from scw@


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/netbt/hci_link.c
cvs rdiff -r1.1 -r1.2 src/sys/netbt/rfcomm_session.c

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