Add type parameter to the list_for_each_entry() and _safe() macros
authorPete Batard <pbatard@gmail.com>
Mon, 15 Feb 2010 01:46:05 +0000 (19:46 -0600)
committerDaniel Drake <dan@reactivated.net>
Thu, 20 May 2010 22:35:30 +0000 (19:35 -0300)
commitaa77b02da65afb0332b9e6853dae9e4dcda00bfa
treec27ef91f2ede4fbc6568d20a69661e30b7d868d7
parentb92b16f437079208c8dfb1dc2380893846a07ee9
Add type parameter to the list_for_each_entry() and _safe() macros

typeof() is a GCC extension, not supported by target compilers such
as MSVC.
libusb/core.c
libusb/io.c
libusb/libusbi.h
libusb/os/darwin_usb.c
libusb/os/linux_usbfs.c