All of lore.kernel.org
 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.