From owner-cvs-src@FreeBSD.ORG Fri Jun 2 00:30:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34C9616AAA1; Fri, 2 Jun 2006 00:30:30 +0000 (UTC) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB81D43D45; Fri, 2 Jun 2006 00:30:29 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k520T19b002108; Fri, 2 Jun 2006 00:29:01 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k520T1jD002107; Fri, 2 Jun 2006 00:29:01 GMT (envelope-from markus) Message-Id: <200606020029.k520T1jD002107@repoman.freebsd.org> From: Markus Brueffer Date: Fri, 2 Jun 2006 00:29:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/bluetooth/hccontrol hccontrol.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 00:30:30 -0000 markus 2006-06-02 00:29:01 UTC FreeBSD src repository Modified files: usr.sbin/bluetooth/hccontrol hccontrol.c Log: - Only print a clarifying message about which HCI node has been used if there is more than one HCI node present - Use errx(3) instead of err(3) if there is no HCI node present as errno is 0 in this case and the resulting error message wouldn't make much sense Approved by: emax (mentor) Revision Changes Path 1.5 +6 -4 src/usr.sbin/bluetooth/hccontrol/hccontrol.c