Subject: PR/30566 CVS commit: src/sys/dev/bluetooth
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: David Sainty <dsainty@netbsd.org>
List: netbsd-bugs
Date: 07/02/2005 07:51:01
The following reply was made to PR kern/30566; it has been noted by GNATS.

From: David Sainty <dsainty@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/30566 CVS commit: src/sys/dev/bluetooth
Date: Sat,  2 Jul 2005 07:50:34 +0000 (UTC)

 Module Name:	src
 Committed By:	dsainty
 Date:		Sat Jul  2 07:50:34 UTC 2005
 
 Modified Files:
 	src/sys/dev/bluetooth: bthci.c
 
 Log Message:
 bthcipoll must not return <sys/errno.h> error codes, return POLLERR/POLLHUP
 instead.  Fixes a small part of PR/30566.
 
 Also check for a set 'dying' flag here, and include it in the POLLHUP
 case.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.15 -r1.16 src/sys/dev/bluetooth/bthci.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.