On Wed, Feb 16, 2005 at 06:24:08PM +0800, Kathy Quinlan wrote:
> Hi all,
> 
> I am using some code from http://home.flash.net/~bobgh/serial.htm
> 
> It uses variables of ioctl like TCSETS, I have seen it in other FreeBSD 
> source code, but I can not find what I need to include to get it to work .

#include <termios.h> in 5.x
4.x doesn't have this ioctl.

-ip

-- 
On a beautiful day like this it's hard to believe anyone
can be unhappy -- but we will work on it.
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to