* kt_file.c: Undo non-logged part of last change that added inclusion of
authorKen Raeburn <raeburn@mit.edu>
Tue, 11 Jun 2002 17:19:50 +0000 (17:19 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 11 Jun 2002 17:19:50 +0000 (17:19 +0000)
netinet/in.h; k5-int.h should pull it in with NEED_SOCKETS defined.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14493 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/keytab/ChangeLog
src/lib/krb5/keytab/kt_file.c

index 79b73becf1dc80204b686f0e2c15a94250159a0d..fa0fb0aa74f29c392e34b5c40b4f33aaf722a136 100644 (file)
@@ -1,3 +1,9 @@
+2002-06-11  Ken Raeburn  <raeburn@mit.edu>
+
+       * kt_file.c: Undo non-logged part of last change that added
+       inclusion of netinet/in.h; k5-int.h should pull it in with
+       NEED_SOCKETS defined.
+
 2002-06-09  Ken Raeburn  <raeburn@mit.edu>
 
        * kt_srvtab.c: New file, combines all srvtab functions.  All
index f73a54793d6647dc93c07fd1e66bdc574976b576..7e5b13a30f0ee1cd2670efa9b5fee8cbe0182e14 100644 (file)
@@ -26,7 +26,6 @@
  */
 
 #define NEED_SOCKETS
-#include <netinet/in.h>
 #include "k5-int.h"
 #include <stdio.h>