summaryrefslogtreecommitdiffstats
path: root/comms/rxtx/files/patch-ParallelImp.c
blob: 24b304efdb6fcfaeae48437b54f025f25ef22ac6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$FreeBSD$

--- 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);
 }
 /*----------------------------------------------------------
OpenPOWER on IntegriCloud