openbsd-ports/comms/pilot-link/patches/patch-libpisock_freebsdusb_c
pvalchev 9dc7238ff0 Update to pilot-link-0.11.8, remove debug flavour
From new maintainer Antoine Jacoutot <ajacoutot@lphp.org>
2004-12-11 04:59:46 +00:00

13 lines
389 B
Plaintext

$OpenBSD: patch-libpisock_freebsdusb_c,v 1.1 2004/12/11 04:59:46 pvalchev Exp $
--- libpisock/freebsdusb.c.orig Tue Aug 6 02:51:38 2002
+++ libpisock/freebsdusb.c Fri Dec 10 21:51:33 2004
@@ -50,7 +50,7 @@
# define O_NONBLOCK 0
#endif
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || defined(__OpenBSD__)
/* freebsd usb header */
#include <dev/usb/usb.h>
#define MAX_BUF 256