On Sun, Aug 12, 2012 at 4:55 PM, Wander Lairson Costa <wander.lair...@gmail.com> wrote: > I believe the Max OSX issue is the same, and also other BSDs should > suffer from the same problem. Could someone with access to Mac OSX > check what's the value of PATH_MAX macro? We need to know that value > for NetBSD and OpenBSD (does libusb 0 run under NetBSD and OpenBSD?).
#include <stdio.h> #include <limits.h> int main(void) { fprintf(stdout, "PATH_MAX %u\n", PATH_MAX); } $> gcc t.c -o t && ./t PATH_MAX 1024 $> uname -a Darwin arguel.eire 12.0.0 Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64 x86_64 Is this what you are looking for? ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ pyusb-users mailing list pyusb-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pyusb-users