fix up copyrights
authorJohn Kohl <jtkohl@mit.edu>
Tue, 19 Feb 1991 10:18:56 +0000 (10:18 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 19 Feb 1991 10:18:56 +0000 (10:18 +0000)
add netinet/in.h

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

src/lib/krb5/keytab/file/ktf_util.c

index 7483d356bcefa268187649e46defd9f472624991..e46dc16e5e7d3c47b76ce806334b403eeac9b36e 100644 (file)
@@ -2,7 +2,8 @@
  * $Source$
  * $Author$
  *
- * Copyright 1990 by the Massachusetts Institute of Technology.
+ * Copyright 1990,1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -44,13 +45,13 @@ static char rcsid_ktf_util_c[] =
 "$Id$";
 #endif /* !lint & !SABER */
 
-#include <krb5/copyright.h>
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
 #include <krb5/libos.h>
 #include <krb5/libos-proto.h>
 
 #include "ktfile.h"
+#include <netinet/in.h>                        /* XXX ip only? */
 
 #define KRB5_KT_VNO    0x0501          /* krb5, keytab v 1 */