Date: Wed, 5 Jul 2000 13:00:22 +0200 From: Ollivier Robert <roberto@eurocontrol.fr> To: FreeBSD Current Users' list <freebsd-current@FreeBSD.ORG> Subject: [PATCH] buildworld broken in libusb Message-ID: <20000705130022.I70328@caerdonn.eurocontrol.fr>
next in thread | raw e-mail | index | archive | help
buildworld is broken in libusb. Here is a tentative patch (I'm re-building the world right now). The alternative is to #define UPACKED in usbhid.h. cvs diff: Diffing . Index: parse.c =================================================================== RCS file: /home/ncvs/src/lib/libusb/parse.c,v retrieving revision 1.1 diff -u -2 -u -r1.1 parse.c --- parse.c 2000/06/11 18:19:14 1.1 +++ parse.c 2000/07/05 10:54:41 @@ -36,4 +36,5 @@ #include <dev/usb/usb.h> +#include <dev/usb/usb_port.h> #include <dev/usb/usbhid.h> -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- Ollivier.Robert@eurocontrol.fr The Postman hits! The Postman hits! You have new mail. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000705130022.I70328>