Hi, 

once again, now with the patch against 1.4.3-2 really attached.
It only twice adds "#include <sys/ioctl.h>".

Thanks in advance.

Petr

only in patch2:
unchanged:
--- krb5-1.4.3.orig/src/appl/telnet/telnetd/defs.h
+++ krb5-1.4.3/src/appl/telnet/telnetd/defs.h
@@ -38,6 +38,7 @@
  */
 #include <sys/types.h>
 #include <sys/param.h>
+#include <sys/ioctl.h>
 
 #ifndef        BSD
 # define       BSD 43
only in patch2:
unchanged:
--- krb5-1.4.3.orig/src/appl/telnet/telnet/sys_bsd.c
+++ krb5-1.4.3/src/appl/telnet/telnet/sys_bsd.c
@@ -43,6 +43,8 @@
 #include <sys/types.h>
 #include <sys/time.h>
 #include <sys/socket.h>
+#include <sys/ioctl.h>
+
 #ifdef HAVE_SYS_SELECT_H
 #include <sys/select.h>
 #endif

Reply via email to