bug in mesh/net.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux