Date: Thu, 28 Dec 1995 21:47:30 +1100 From: Bruce Evans <bde@zeta.org.au> To: freebsd-hackers@freebsd.org, obrien@cs.ucdavis.edu Subject: Re: ecu-3.38/POSIX question Message-ID: <199512281047.VAA26160@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>I'm trying to compile ecu-3.38 under FreeBSD 2.1.0. I am hitting a snag >with ``CBAUD'' in ldserial.c. >Does anyone know what in the world ``CBAUD'' is? CBAUD is a mask for a bad way of setting and getting line speeds. Use cfsetispeed(), cfsetospeed(), cfgetispeed() and cfgetospeed() on POSIX systems. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512281047.VAA26160>