Wireshark-bugs: [Wireshark-bugs] [Bug 9614] redefined errors for in packet_usb.c on OS X when us

Date: Sat, 04 Jan 2014 21:57:13 +0000

changed bug 9614

What Removed Added
Attachment #12422 Flags   review_for_checkin?

Comment # 1 on bug 9614 from
Created attachment 12422 [details]
Patch to packet-usb.c to prefix linux errno.h cloned #define names with "USB_".

Patch to prevent redefined errors when compiling packet-usb.c on OS X with
jhbuild.  All linux errno.h cloned #define names now have a prefix of "USB_".

Adding a prefix to cloned errno.h #define names is used in other dissectors
such as packet-dlm3.c and packet-pvfs2.c.


You are receiving this mail because:
  • You are watching all bug changes.