mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
java java
This commit is contained in:
12
_oldver/java/rxtx/files/patch-src-ParallelImp.c
Normal file
12
_oldver/java/rxtx/files/patch-src-ParallelImp.c
Normal file
@@ -0,0 +1,12 @@
|
||||
--- src/ParallelImp.c.orig 2008-11-27 20:01:48 UTC
|
||||
+++ src/ParallelImp.c
|
||||
@@ -265,9 +265,6 @@ JNIEXPORT jboolean JNICALL LPRPort(isPri
|
||||
#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);
|
||||
}
|
||||
/*----------------------------------------------------------
|
||||
Reference in New Issue
Block a user