Subject: CVS commit: src/sys/dev/bluetooth
To: None <source-changes@NetBSD.org>
From: David Sainty <dsainty@netbsd.org>
List: source-changes
Date: 07/02/2005 07:50:34
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.