pkgsrc/comms/pilot-link/patches/patch-ab
rh dd4a5ac257 Update pilot-link packages to 0.11.7. Changes are too numerous to list
here.  They include
	* tons of bug fixes,
	* USB support,
	* C++ support,
	* restructured libraries; and
	* tons of other new features.
2003-01-10 04:30:16 +00:00

13 lines
337 B
Text

$NetBSD: patch-ab,v 1.6 2003/01/10 04:30:18 rh Exp $
--- libpisock/freebsdusb.c.orig Tue Dec 3 00:32:47 2002
+++ libpisock/freebsdusb.c
@@ -50,7 +50,7 @@
# define O_NONBLOCK 0
#endif
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || defined(__NetBSD__)
/* freebsd usb header */
#include <dev/usb/usb.h>
#define MAX_BUF 256