From owner-svn-src-all@FreeBSD.ORG Tue Apr 7 11:37:10 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7AC4A453; Tue, 7 Apr 2015 11:37:10 +0000 (UTC) Received: from mx1.sbone.de (bird.sbone.de [46.4.1.90]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0626BC6; Tue, 7 Apr 2015 11:37:09 +0000 (UTC) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 9B4A825D3A05; Tue, 7 Apr 2015 11:36:59 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id D43DEC76FD2; Tue, 7 Apr 2015 11:36:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id 18LWRX7W74Rr; Tue, 7 Apr 2015 11:36:56 +0000 (UTC) Received: from [IPv6:fde9:577b:c1a9:4410:1ded:e7d8:fccb:f553] (unknown [IPv6:fde9:577b:c1a9:4410:1ded:e7d8:fccb:f553]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 0E453C76FCF; Tue, 7 Apr 2015 11:36:54 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: svn commit: r281198 - in head/sys/netgraph/bluetooth: hci include l2cap socket From: "Bjoern A. Zeeb" In-Reply-To: <201504071022.t37AMvts041485@svn.freebsd.org> Date: Tue, 7 Apr 2015 11:36:22 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201504071022.t37AMvts041485@svn.freebsd.org> To: Takanori Watanabe X-Mailer: Apple Mail (2.2070.6) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Apr 2015 11:37:10 -0000 > On 07 Apr 2015, at 10:22 , Takanori Watanabe = wrote: >=20 > Author: takawata > Date: Tue Apr 7 10:22:56 2015 > New Revision: 281198 > URL: https://svnweb.freebsd.org/changeset/base/281198 >=20 > Log: > Initial Bluetooth LE support. >=20 > Note that sockaddr_l2cap structure is changed , check socket address > to initialize new structure member and define L2CAP_SOCKET_CHECKED > before including ng_btsocket.h >=20 > Differential Revision: https://reviews.freebsd.org/D2021 > Reviewed by:emax >=20 I see a lot of: = /scratch/tmp/bz/head.svn/lib/libbluetooth/../../sys/netgraph/bluetooth/inc= lude/ng_btsocket.h:246:2: error: #warning "Make sure new member of = socket address initialized" when trying to build kernels. Is this expected? > Modified: > head/sys/netgraph/bluetooth/hci/ng_hci_cmds.c > head/sys/netgraph/bluetooth/hci/ng_hci_evnt.c > head/sys/netgraph/bluetooth/hci/ng_hci_main.c > head/sys/netgraph/bluetooth/hci/ng_hci_misc.c > head/sys/netgraph/bluetooth/hci/ng_hci_misc.h > head/sys/netgraph/bluetooth/hci/ng_hci_ulpi.c > head/sys/netgraph/bluetooth/hci/ng_hci_var.h > head/sys/netgraph/bluetooth/include/ng_btsocket.h > head/sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h > head/sys/netgraph/bluetooth/include/ng_hci.h > head/sys/netgraph/bluetooth/include/ng_l2cap.h > head/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.c > head/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h > head/sys/netgraph/bluetooth/l2cap/ng_l2cap_evnt.c > head/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c > head/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.h > head/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c > head/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.h > head/sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.c > head/sys/netgraph/bluetooth/l2cap/ng_l2cap_var.h > head/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c > head/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c > head/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c =E2=80=94=20 Bjoern A. Zeeb Charles Haddon Spurgeon: "Friendship is one of the sweetest joys of life. Many might have failed beneath the bitterness of their trial had they not found a friend."