From owner-freebsd-bluetooth@FreeBSD.ORG Fri Aug 6 20:20:06 2010 Return-Path: Delivered-To: freebsd-bluetooth@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8F861065674 for ; Fri, 6 Aug 2010 20:20:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A81A78FC15 for ; Fri, 6 Aug 2010 20:20:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o76KK6dU037372 for ; Fri, 6 Aug 2010 20:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o76KK6It037363; Fri, 6 Aug 2010 20:20:06 GMT (envelope-from gnats) Date: Fri, 6 Aug 2010 20:20:06 GMT Message-Id: <201008062020.o76KK6It037363@freefall.freebsd.org> To: freebsd-bluetooth@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: kern/140590: commit references a PR X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Aug 2010 20:20:06 -0000 The following reply was made to PR kern/140590; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/140590: commit references a PR Date: Fri, 6 Aug 2010 20:18:36 +0000 (UTC) Author: emax Date: Fri Aug 6 20:18:27 2010 New Revision: 210960 URL: http://svn.freebsd.org/changeset/base/210960 Log: MFC r210783. Fix typo PR: kern/140590 Modified: stable/8/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stable/8/sys/cam/ (props changed) stable/8/sys/cddl/contrib/opensolaris/ (props changed) stable/8/sys/contrib/dev/acpica/ (props changed) stable/8/sys/contrib/pf/ (props changed) stable/8/sys/dev/xen/xenpci/ (props changed) Modified: stable/8/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h ============================================================================== --- stable/8/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h Fri Aug 6 20:18:16 2010 (r210959) +++ stable/8/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h Fri Aug 6 20:18:27 2010 (r210960) @@ -379,7 +379,7 @@ do { \ break; \ \ c = mtod((_m), struct _info_rsp *); \ - c->hdr.code = NG_L2CAP_INFO_REQ; \ + c->hdr.code = NG_L2CAP_INFO_RSP; \ c->hdr.ident = (_ident); \ c->hdr.length = sizeof(c->param); \ \ _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"