summaryrefslogtreecommitdiff
path: root/comms/rxtx/files/patch-src-ParallelImp.c
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2011-09-17 14:55:56 +0000
committerPawel Pekala <pawel@FreeBSD.org>2011-09-17 14:55:56 +0000
commit3741a46e9f064642ea1dfaa3036f943f7c12ff2e (patch)
tree1ae24e5300f102039dadbd33e6ab67edf797b562 /comms/rxtx/files/patch-src-ParallelImp.c
parentAdd mxflib, a C++ library for MXF file I/O with a few utilities (diff)
- Update to version 2.2p2
- Assign mainatinership to submitter - Update WWW PR: ports/159735 Submitted by: Edward Sanford Sutton, III <mirror176@cox.net> Approved by: miwi, wen (mentors implicit)
Notes
Notes: svn path=/head/; revision=281900
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);
+ }
+ /*----------------------------------------------------------