kern/140590: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Mon Aug 23 17:50:04 UTC 2010
The following reply was made to PR kern/140590; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: kern/140590: commit references a PR
Date: Mon, 23 Aug 2010 17:49:04 +0000 (UTC)
Author: emax
Date: Mon Aug 23 17:48:50 2010
New Revision: 211713
URL: http://svn.freebsd.org/changeset/base/211713
Log:
MFC r210783 as requested by Helge Oldach on freebsd-bluetooth@
Fix typo
PR: kern/140590
Modified:
stable/7/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h
Directory Properties:
stable/7/sys/ (props changed)
stable/7/sys/cddl/contrib/opensolaris/ (props changed)
stable/7/sys/contrib/dev/acpica/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
Modified: stable/7/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h
==============================================================================
--- stable/7/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h Mon Aug 23 17:27:29 2010 (r211712)
+++ stable/7/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h Mon Aug 23 17:48:50 2010 (r211713)
@@ -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 at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
More information about the freebsd-bluetooth
mailing list