summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os
diff options
context:
space:
mode:
authorMark Eichin <eichin@mit.edu>1994-08-18 22:08:45 +0000
committerMark Eichin <eichin@mit.edu>1994-08-18 22:08:45 +0000
commit814b335233e2974e81dfede664dcf7d12299dcc4 (patch)
treeede6edb73f06e930446c558bf5378ea7b21e9a0d /src/lib/krb5/os
parent78d731d66381bbde6e2282e11e80b8199c60865d (diff)
downloadkrb5-814b335233e2974e81dfede664dcf7d12299dcc4.tar.gz
krb5-814b335233e2974e81dfede664dcf7d12299dcc4.tar.xz
krb5-814b335233e2974e81dfede664dcf7d12299dcc4.zip
stamp out rcs keywords
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4191 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/os')
-rw-r--r--src/lib/krb5/os/an_to_ln.c7
-rw-r--r--src/lib/krb5/os/ccdefname.c7
-rw-r--r--src/lib/krb5/os/def_realm.c7
-rw-r--r--src/lib/krb5/os/free_hstrl.c7
-rw-r--r--src/lib/krb5/os/free_krbhs.c7
-rw-r--r--src/lib/krb5/os/full_ipadr.c7
-rw-r--r--src/lib/krb5/os/gen_port.c7
-rw-r--r--src/lib/krb5/os/gen_rname.c7
-rw-r--r--src/lib/krb5/os/get_krbhst.c7
-rw-r--r--src/lib/krb5/os/hst_realm.c7
-rw-r--r--src/lib/krb5/os/krbfileio.c4
-rw-r--r--src/lib/krb5/os/ktdefname.c7
-rw-r--r--src/lib/krb5/os/kuserok.c7
-rw-r--r--src/lib/krb5/os/localaddr.c7
-rw-r--r--src/lib/krb5/os/locate_kdc.c7
-rw-r--r--src/lib/krb5/os/lock_file.c7
-rw-r--r--src/lib/krb5/os/net_read.c7
-rw-r--r--src/lib/krb5/os/net_write.c7
-rw-r--r--src/lib/krb5/os/os-proto.h4
-rw-r--r--src/lib/krb5/os/osconfig.c7
-rw-r--r--src/lib/krb5/os/port2ip.c7
-rw-r--r--src/lib/krb5/os/read_msg.c7
-rw-r--r--src/lib/krb5/os/read_pwd.c7
-rw-r--r--src/lib/krb5/os/realm_dom.c7
-rw-r--r--src/lib/krb5/os/sendto_kdc.c7
-rw-r--r--src/lib/krb5/os/sn2princ.c7
-rw-r--r--src/lib/krb5/os/timeofday.c7
-rw-r--r--src/lib/krb5/os/unlck_file.c7
-rw-r--r--src/lib/krb5/os/ustime.c7
-rw-r--r--src/lib/krb5/os/write_msg.c7
30 files changed, 30 insertions, 174 deletions
diff --git a/src/lib/krb5/os/an_to_ln.c b/src/lib/krb5/os/an_to_ln.c
index 00c24aa076..1c7c814fd9 100644
--- a/src/lib/krb5/os/an_to_ln.c
+++ b/src/lib/krb5/os/an_to_ln.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/an_to_ln.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* krb5_aname_to_localname()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_an_to_ln_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/osconf.h>
diff --git a/src/lib/krb5/os/ccdefname.c b/src/lib/krb5/os/ccdefname.c
index 1041470312..9906663a71 100644
--- a/src/lib/krb5/os/ccdefname.c
+++ b/src/lib/krb5/os/ccdefname.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/ccdefname.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* Return default cred. cache name.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_defname_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
diff --git a/src/lib/krb5/os/def_realm.c b/src/lib/krb5/os/def_realm.c
index 9f57b1e3c7..d235baa38d 100644
--- a/src/lib/krb5/os/def_realm.c
+++ b/src/lib/krb5/os/def_realm.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/def_realm.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* krb5_get_default_realm() function.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_def_realm_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
diff --git a/src/lib/krb5/os/free_hstrl.c b/src/lib/krb5/os/free_hstrl.c
index c8c34cc13f..25d1756a8a 100644
--- a/src/lib/krb5/os/free_hstrl.c
+++ b/src/lib/krb5/os/free_hstrl.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/free_hstrl.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* krb5_free_host_realm()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_free_hstrl_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
diff --git a/src/lib/krb5/os/free_krbhs.c b/src/lib/krb5/os/free_krbhs.c
index ff8fd8cfb5..482ebeaf68 100644
--- a/src/lib/krb5/os/free_krbhs.c
+++ b/src/lib/krb5/os/free_krbhs.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/free_krbhs.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* krb5_free_krbhst() function
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_free_krbhs_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
diff --git a/src/lib/krb5/os/full_ipadr.c b/src/lib/krb5/os/full_ipadr.c
index ffd39e1743..474cd2e2c9 100644
--- a/src/lib/krb5/os/full_ipadr.c
+++ b/src/lib/krb5/os/full_ipadr.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/full_ipadr.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* Take an IP addr & port and generate a full IP address.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_full_ipadr_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/osconf.h>
diff --git a/src/lib/krb5/os/gen_port.c b/src/lib/krb5/os/gen_port.c
index 925a526e44..4ab65e495a 100644
--- a/src/lib/krb5/os/gen_port.c
+++ b/src/lib/krb5/os/gen_port.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/gen_port.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* Take an IP addr & port and generate a full IP address.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_gen_port_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/osconf.h>
diff --git a/src/lib/krb5/os/gen_rname.c b/src/lib/krb5/os/gen_rname.c
index 8d2d05e16d..e491600b81 100644
--- a/src/lib/krb5/os/gen_rname.c
+++ b/src/lib/krb5/os/gen_rname.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/gen_rname.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -26,10 +25,6 @@
* a replay cache tag string.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_gen_rname_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/osconf.h>
diff --git a/src/lib/krb5/os/get_krbhst.c b/src/lib/krb5/os/get_krbhst.c
index 6bdd766112..3d9a9c7ff2 100644
--- a/src/lib/krb5/os/get_krbhst.c
+++ b/src/lib/krb5/os/get_krbhst.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/get_krbhst.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* krb5_get_krbhst() function.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_get_krbhst_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
diff --git a/src/lib/krb5/os/hst_realm.c b/src/lib/krb5/os/hst_realm.c
index bb506c7cc9..5b8cc7a3f4 100644
--- a/src/lib/krb5/os/hst_realm.c
+++ b/src/lib/krb5/os/hst_realm.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/hst_realm.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* krb5_get_host_realm()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_hst_realm_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
/*
Figures out the Kerberos realm names for host, filling in a
diff --git a/src/lib/krb5/os/krbfileio.c b/src/lib/krb5/os/krbfileio.c
index 97ef043bbb..83bb6b7e19 100644
--- a/src/lib/krb5/os/krbfileio.c
+++ b/src/lib/krb5/os/krbfileio.c
@@ -1,7 +1,5 @@
/*
- * $Source$
- * $Author$
- *
+ * lib/krb5/os/krbfileio.c
*
* Copyright (c) Hewlett-Packard Company 1991
* Released to the Massachusetts Institute of Technology for inclusion
diff --git a/src/lib/krb5/os/ktdefname.c b/src/lib/krb5/os/ktdefname.c
index eb3e8f7b8d..620bbaa1a3 100644
--- a/src/lib/krb5/os/ktdefname.c
+++ b/src/lib/krb5/os/ktdefname.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/ktdefname.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* Return default keytab file name.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ktdefname_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/osconf.h>
diff --git a/src/lib/krb5/os/kuserok.c b/src/lib/krb5/os/kuserok.c
index b72f966ecd..589b165e89 100644
--- a/src/lib/krb5/os/kuserok.c
+++ b/src/lib/krb5/os/kuserok.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/kuserok.c
*
* Copyright 1990,1993 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* krb5_kuserok()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kuserok_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/osconf.h>
diff --git a/src/lib/krb5/os/localaddr.c b/src/lib/krb5/os/localaddr.c
index 870190aa07..45b91695a5 100644
--- a/src/lib/krb5/os/localaddr.c
+++ b/src/lib/krb5/os/localaddr.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/localaddr.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -27,10 +26,6 @@
* XNS support is untested, but "Should just work".
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_getaddr_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/osconf.h>
diff --git a/src/lib/krb5/os/locate_kdc.c b/src/lib/krb5/os/locate_kdc.c
index 6c6ff4c4d7..0e277935fd 100644
--- a/src/lib/krb5/os/locate_kdc.c
+++ b/src/lib/krb5/os/locate_kdc.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/locate_kdc.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* get socket addresses for KDC.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_locate_kdc_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/osconf.h>
diff --git a/src/lib/krb5/os/lock_file.c b/src/lib/krb5/os/lock_file.c
index c7d1f3e380..0b865e9e7d 100644
--- a/src/lib/krb5/os/lock_file.c
+++ b/src/lib/krb5/os/lock_file.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/lock_file.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* libos: krb5_lock_file routine
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_lock_file_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/libos.h>
diff --git a/src/lib/krb5/os/net_read.c b/src/lib/krb5/os/net_read.c
index dd360acc02..c996a0c35c 100644
--- a/src/lib/krb5/os/net_read.c
+++ b/src/lib/krb5/os/net_read.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/net_read.c
*
* Copyright 1987, 1988, 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -23,10 +22,6 @@
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_net_read_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
diff --git a/src/lib/krb5/os/net_write.c b/src/lib/krb5/os/net_write.c
index c69d6dd0c7..26a71b3379 100644
--- a/src/lib/krb5/os/net_write.c
+++ b/src/lib/krb5/os/net_write.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/net_write.c
*
* Copyright 1987, 1988, 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -23,10 +22,6 @@
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_net_write_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
diff --git a/src/lib/krb5/os/os-proto.h b/src/lib/krb5/os/os-proto.h
index 199027dab6..fbc6dd53fb 100644
--- a/src/lib/krb5/os/os-proto.h
+++ b/src/lib/krb5/os/os-proto.h
@@ -1,7 +1,5 @@
/*
- * $Source$
- * $Author$
- * $Id$
+ * lib/krb5/os/os-proto.h
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
diff --git a/src/lib/krb5/os/osconfig.c b/src/lib/krb5/os/osconfig.c
index 5ce037fc56..d7da6315f4 100644
--- a/src/lib/krb5/os/osconfig.c
+++ b/src/lib/krb5/os/osconfig.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/osconfig.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* Definition of default configuration parameters.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_config_fn_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/osconf.h>
#include <krb5/config.h>
diff --git a/src/lib/krb5/os/port2ip.c b/src/lib/krb5/os/port2ip.c
index 9e1d029217..0fee778664 100644
--- a/src/lib/krb5/os/port2ip.c
+++ b/src/lib/krb5/os/port2ip.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/port2ip.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* Take an ADDRPORT address and split into IP addr & port.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_port2ip_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/osconf.h>
diff --git a/src/lib/krb5/os/read_msg.c b/src/lib/krb5/os/read_msg.c
index d9df8bc900..20e3f67a9f 100644
--- a/src/lib/krb5/os/read_msg.c
+++ b/src/lib/krb5/os/read_msg.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/read_msg.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* Write a message to the network
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_read_msg_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/los-proto.h>
diff --git a/src/lib/krb5/os/read_pwd.c b/src/lib/krb5/os/read_pwd.c
index bfa7ed5602..bdd810b3a1 100644
--- a/src/lib/krb5/os/read_pwd.c
+++ b/src/lib/krb5/os/read_pwd.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/read_pwd.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* libos: krb5_read_password for BSD 4.3
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_read_pwd_c[] =
-"$Id$";
-#endif /* lint */
#include <krb5/krb5.h>
diff --git a/src/lib/krb5/os/realm_dom.c b/src/lib/krb5/os/realm_dom.c
index 42f93ce3af..83cbaf2adc 100644
--- a/src/lib/krb5/os/realm_dom.c
+++ b/src/lib/krb5/os/realm_dom.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/realm_dom.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* krb5_get_realm_domain()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_hst_realm_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
/*
* Determines the proper domain name for a realm. This is mainly so that
diff --git a/src/lib/krb5/os/sendto_kdc.c b/src/lib/krb5/os/sendto_kdc.c
index 3e28f24d1b..e01d1ab146 100644
--- a/src/lib/krb5/os/sendto_kdc.c
+++ b/src/lib/krb5/os/sendto_kdc.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/sendto_kdc.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -26,10 +25,6 @@
* as necessary.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_sendto_kdc_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
diff --git a/src/lib/krb5/os/sn2princ.c b/src/lib/krb5/os/sn2princ.c
index 3a486462c8..ac6e7e4875 100644
--- a/src/lib/krb5/os/sn2princ.c
+++ b/src/lib/krb5/os/sn2princ.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/sn2princ.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -26,10 +25,6 @@
* form.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_sn2princ_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
diff --git a/src/lib/krb5/os/timeofday.c b/src/lib/krb5/os/timeofday.c
index 69b069dedf..ca33d583a0 100644
--- a/src/lib/krb5/os/timeofday.c
+++ b/src/lib/krb5/os/timeofday.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/timeofday.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* libos: krb5_timeofday function for BSD 4.3
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_timeofday_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <time.h>
#include <stdio.h> /* needed for libos-proto.h */
diff --git a/src/lib/krb5/os/unlck_file.c b/src/lib/krb5/os/unlck_file.c
index 563343bed4..b8370c8086 100644
--- a/src/lib/krb5/os/unlck_file.c
+++ b/src/lib/krb5/os/unlck_file.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/unlck_file.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* libos: krb5_lock_file routine
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_unlock_file_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <stdio.h>
diff --git a/src/lib/krb5/os/ustime.c b/src/lib/krb5/os/ustime.c
index f6671f0f12..8169415c1b 100644
--- a/src/lib/krb5/os/ustime.c
+++ b/src/lib/krb5/os/ustime.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/ustime.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* krb5_mstimeofday for BSD 4.3
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_mstime_c[] =
-"$Id$";
-#endif /* lint || SABER */
#include <krb5/config.h>
#include <krb5/krb5.h>
diff --git a/src/lib/krb5/os/write_msg.c b/src/lib/krb5/os/write_msg.c
index c9bd0af362..e791a10239 100644
--- a/src/lib/krb5/os/write_msg.c
+++ b/src/lib/krb5/os/write_msg.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/write_msg.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* convenience sendauth/recvauth functions
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_write_msg_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/los-proto.h>