From owner-cvs-src@FreeBSD.ORG Thu Aug 28 21:26:18 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD8501065671; Thu, 28 Aug 2008 21:26:18 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AB04F8FC22; Thu, 28 Aug 2008 21:26:18 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7SLQIYJ091354; Thu, 28 Aug 2008 21:26:18 GMT (envelope-from emax@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7SLQIG0091353; Thu, 28 Aug 2008 21:26:18 GMT (envelope-from emax@repoman.freebsd.org) Message-Id: <200808282126.m7SLQIG0091353@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to emax@repoman.freebsd.org using -f From: Maksim Yevmenkin Date: Thu, 28 Aug 2008 21:26:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libbluetooth Makefile bluetooth.3 bluetooth.h 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: Thu, 28 Aug 2008 21:26:19 -0000 emax 2008-08-28 21:26:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libbluetooth Makefile bluetooth.3 bluetooth.h Log: SVN rev 182408 on 2008-08-28 21:26:03Z by emax MFC SVN rev 181698 Import handy shorthand Bluetooth address (BD_ADDR) utility functions from NetBSD and document them. Obtained from: NetBSD Revision Changes Path 1.1.10.2 +4 -0 src/lib/libbluetooth/Makefile 1.7.2.1 +33 -2 src/lib/libbluetooth/bluetooth.3 1.2.2.1 +30 -0 src/lib/libbluetooth/bluetooth.h