Always include sys/ioctl.h in the telnet and telnetd code, even if sys/filio.h is available. GNU/kFreeBSD has sys/filio.h but still requires sys/ioctl.h, and sys/ioctl.h is included unconditionally elsewhere in the code. Patch from Petr Salinger. Commit By: rra Revision: 18117 Changed Files: U trunk/src/appl/telnet/telnet/externs.h U trunk/src/appl/telnet/telnetd/defs.h