summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/file/fcc_gennew.c
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-03-14 10:54:13 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-03-14 10:54:13 +0000
commitec5cefa923777be8d675ad49cfca9d18b3535d0c (patch)
tree2b3b86ab2d8a46e2705aa4787579fd4df72bbf74 /src/lib/krb5/ccache/file/fcc_gennew.c
parent96e3bfd78f7c865a9a251bd9aa4f3330410bbce9 (diff)
downloadkrb5-ec5cefa923777be8d675ad49cfca9d18b3535d0c.tar.gz
krb5-ec5cefa923777be8d675ad49cfca9d18b3535d0c.tar.xz
krb5-ec5cefa923777be8d675ad49cfca9d18b3535d0c.zip
fix copyrights and RCS ident style
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1894 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/ccache/file/fcc_gennew.c')
-rw-r--r--src/lib/krb5/ccache/file/fcc_gennew.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/krb5/ccache/file/fcc_gennew.c b/src/lib/krb5/ccache/file/fcc_gennew.c
index cd012e13f4..063091f13a 100644
--- a/src/lib/krb5/ccache/file/fcc_gennew.c
+++ b/src/lib/krb5/ccache/file/fcc_gennew.c
@@ -3,6 +3,7 @@
* $Author$
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
@@ -11,13 +12,13 @@
*/
#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_resolve_c[] = "$Id$";
+static char rcsid_fcc_resolve_c[] =
+"$Id$";
#endif /* !lint && !SABER */
#include "fcc.h"
#include <netinet/in.h> /* XXX ip only? */
-#include <krb5/copyright.h>
extern krb5_cc_ops krb5_fcc_ops;