kern/140590: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Fri Aug 6 20:20:06 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: 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 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