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

Date: Sun, 05 Jan 2014 12:33:54 +0000

changed bug 9614

What Removed Added
CC   [email protected]

Comment # 2 on bug 9614 from
Just a thought (I've not looked into this in more detail):

Could we avoid the redefinitions completely by checking for something like

#if !defined(EAGAIN)
#include "asm-generic/errno.h"
#endif


or would we end up with different values, depending on the platform?


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