summaryrefslogtreecommitdiff
path: root/comms/rxtx/files/patch-src-ParallelImp.c
blob: c0c42431b6b6e5964fd99629f6805e995815bb6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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);
 }
 /*----------------------------------------------------------