freebsd-ports/comms/rxtx/files/patch-src-ParallelImp.c
Pawel Pekala 3741a46e9f - Update to version 2.2p2
- Assign mainatinership to submitter
- Update WWW

PR:		ports/159735
Submitted by:	Edward Sanford Sutton, III <mirror176@cox.net>
Approved by:	miwi, wen (mentors implicit)
2011-09-17 14:55:56 +00:00

14 lines
481 B
C

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