https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=183728
--- Comment #5 from [email protected] --- A commit references this bug: Author: emaste Date: Tue Aug 12 14:53:03 UTC 2014 New revision: 269879 URL: http://svnweb.freebsd.org/changeset/base/269879 Log: MFC cleanup of libusb20 example r257779 by hselasky: - Use libusb20_strerror() function instead of custom usb_error() one. - Rename "aux.[ch]" to "util.[ch]" which is a more common name for utility functions and allows checkout on some non-FreeBSD systems where the "aux.*" namespace is reserved. - Fix some compile warnings while at it. r257796 by glebius: Finish r257779. PR: 183728 Changes: _U stable/10/ stable/10/ObsoleteFiles.inc stable/10/share/examples/Makefile stable/10/share/examples/libusb20/Makefile stable/10/share/examples/libusb20/aux.c stable/10/share/examples/libusb20/aux.h stable/10/share/examples/libusb20/bulk.c stable/10/share/examples/libusb20/control.c stable/10/share/examples/libusb20/util.c stable/10/share/examples/libusb20/util.h -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[email protected]"
