java java

This commit is contained in:
ziggi
2020-04-12 21:32:49 +00:00
parent e8ddced3f0
commit 31b9006715
139 changed files with 64 additions and 44 deletions

View 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);
}
/*----------------------------------------------------------