summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-02-19 10:18:56 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-02-19 10:18:56 +0000
commit1fcb89646db00fca92ef462298c38dd1f63dc1cb (patch)
tree69e49fcad9165950cc1ec4c69f7d3a6c3fdd541a /src
parenta7aeb1c0a9e0c73f7125757bc8dd263e1a248b6c (diff)
downloadkrb5-1fcb89646db00fca92ef462298c38dd1f63dc1cb.tar.gz
krb5-1fcb89646db00fca92ef462298c38dd1f63dc1cb.tar.xz
krb5-1fcb89646db00fca92ef462298c38dd1f63dc1cb.zip
fix up copyrights
add netinet/in.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1727 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/keytab/file/ktf_util.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/krb5/keytab/file/ktf_util.c b/src/lib/krb5/keytab/file/ktf_util.c
index 7483d356b..e46dc16e5 100644
--- a/src/lib/krb5/keytab/file/ktf_util.c
+++ b/src/lib/krb5/keytab/file/ktf_util.c
@@ -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 */