summaryrefslogtreecommitdiff
path: root/comms/rxtx/files/patch-src-ParallelImp.c
diff options
context:
space:
mode:
Diffstat (limited to 'comms/rxtx/files/patch-src-ParallelImp.c')
-rw-r--r--comms/rxtx/files/patch-src-ParallelImp.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/comms/rxtx/files/patch-src-ParallelImp.c b/comms/rxtx/files/patch-src-ParallelImp.c
new file mode 100644
index 000000000000..c0c42431b6b6
--- /dev/null
+++ b/comms/rxtx/files/patch-src-ParallelImp.c
@@ -0,0 +1,14 @@
+$FreeBSD: /tmp/pcvs/ports/comms/rxtx/files/patch-src-ParallelImp.c,v 1.1 2011-09-17 14:55:56 pawel Exp $
+
+--- src/ParallelImp.c.orig Fri Apr 9 23:31:09 2004
++++ src/ParallelImp.c Fri Apr 9 23:35:01 2004
+@@ -222,9 +222,6 @@
+ #if defined(__linux__)
+ return( status & LP_BUSY ? JNI_TRUE : JNI_FALSE );
+ #endif
+-#if defined(__FreeBSD__)
+- return( status & EBUSY ? JNI_TRUE : JNI_FALSE );
+-#endif
+ return(JNI_FALSE);
+ }
+ /*----------------------------------------------------------