retitle 560114 brltty: FTBFS on kfreebsd-* with 8.x kernel headers tags 560114 +patch --
Hi. The FreeBSD 8.0 introduces a new USB stack with a totally different API. The upstream used to have during 8.0 development old USB stack in <legacy/dev/usb/usb.h>, we decided to provide it too. To solve current FTBFS please use patch bellow. Sorry for the inconvenience. Petr --- brltty-4.1.orig/Programs/usb_kfreebsd.c +++ brltty-4.1/Programs/usb_kfreebsd.c @@ -24,7 +24,7 @@ #include <fcntl.h> #include <sys/ioctl.h> #include <sys/param.h> -#include <dev/usb/usb.h> +#include <legacy/dev/usb/usb.h> #include "misc.h" #include "io_usb.h" -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

