forked from Lainports/opnsense-ports
12 lines
397 B
C
12 lines
397 B
C
--- src/ParallelImp.c.orig 2008-11-27 20:01:48.000000000 +0000
|
|
+++ src/ParallelImp.c 2015-05-11 16:52:36.000000000 +0100
|
|
@@ -265,9 +265,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);
|
|
}
|
|
/*----------------------------------------------------------
|