* network.c: Include sys/filio.h if available
authorKen Raeburn <raeburn@mit.edu>
Thu, 19 Sep 2002 22:08:03 +0000 (22:08 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 19 Sep 2002 22:08:03 +0000 (22:08 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14888 dc483132-0cff-0310-8789-dd5450dbe970

src/kdc/ChangeLog
src/kdc/network.c

index 016ef5031e178113725cd4dbc6935450c2af3b7a..9c1f6429046ac337cd96f7049a78886aae7d8ffb 100644 (file)
@@ -1,5 +1,7 @@
 2002-09-19  Ken Raeburn  <raeburn@mit.edu>
 
+       * network.c: Include sys/filio.h if available.
+
        * extern.h (struct __kdc_realm_data): New field realm_tcp_ports.
        * main.c (init_realm): Fill it in.  New argument for default tcp
        ports; rename old def_ports argument to def_udp_ports.
index e00d65efca4bf6bae56b8a96d483cdaeb4800d3c..3715682f0dc5527ff8a1c977ee44801010c061be 100644 (file)
 #include <net/if.h>
 #endif
 
+#ifdef HAVE_SYS_FILIO_H
+#include <sys/filio.h>         /* FIONBIO */
+#endif
+
 #include "fake-addrinfo.h"
 
 /* Misc utility routines.  */