dd4a5ac257
here. They include * tons of bug fixes, * USB support, * C++ support, * restructured libraries; and * tons of other new features.
13 lines
337 B
Text
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
|