Hello,

Quanah Gibson-Mount <qua...@zimbra.com> (28/04/2010):
> TIOCNOTTY is defined in a system header file.  If the build is
> failing on this elif, it sounds like you have a missing system
> header while doing the build.  Please report which OS header defines
> TIOCNOTTY on your BSD based box.

k...@kbsd:~$ grep TIOCNOTTY /usr/include/ -r
/usr/include/sys/ttycom.h:#define         TIOCNOTTY      _IO('t', 113)          
/* void tty association */

k...@kbsd:~$ grep ttycom.h -r /usr/include/
/usr/include/sys/tty.h:#include <sys/ttycom.h>
/usr/include/bits/ioctls.h:#include <sys/ttycom.h>

Looks like you may want sys/tty.h here?

Mraw,
KiBi.

Attachment: signature.asc
Description: Digital signature

Reply via email to