Thank you. It's defined in /usr/include/bits/termios.h I'll add a backup definition in ow_serial_open.c
Paul Alfille On Fri, Jan 21, 2011 at 11:38 PM, patyrk <[email protected]> wrote: >> ow_serial_open.c:118: error: 'CMSPAR' undeclared (first use in this >> function) >> ow_serial_open.c:118: error: (Each undeclared identifier is reported >> only once >> ow_serial_open.c:118: error: for each function it appears in.) > > I googled that CMSPAR is 010000000000 and if I add > #define CMSPAR 010000000000 > to ow_serial_open.c it compiles successfully but I don't know why isn't > is defined somewhere else and what does it exactly do. > > -- > P4trykx > > > ------------------------------------------------------------------------------ > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d > _______________________________________________ > Owfs-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/owfs-developers > ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
