linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* bug in mesh/net.c
@ 2018-11-27  7:50 Cinaed Simson
  2018-11-28 17:01 ` Gix, Brian
  0 siblings, 1 reply; 3+ messages in thread
From: Cinaed Simson @ 2018-11-27  7:50 UTC (permalink / raw)
  To: linux-bluetooth


Line 3317 in net.c reads something like

  for(int i=0, ....

which I had change to

  int i;
  for(i=0,...

in order to get the latest git version of bluez to compile.

-- Cinaed

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-11-29 21:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-27  7:50 bug in mesh/net.c Cinaed Simson
2018-11-28 17:01 ` Gix, Brian
2018-11-29 21:51   ` Cinaed Simson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).