cvs diff SerialImp.h Index: SerialImp.h =================================================================== RCS file: /usr/local/cvsroot/rxtx-devel/src/SerialImp.h,v retrieving revision 1.11.2.51 diff -r1.11.2.51 SerialImp.h 111a112,119 > /* > This is a small hack to get mark and space parity working on older systems > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=147533 > */ > # if !defined(CMSPAR) > # define CMSPAR 010000000000 > # endif /* CMSPAR */ > #