fix rcsid names
authorJohn Kohl <jtkohl@mit.edu>
Wed, 12 Sep 1990 11:49:32 +0000 (11:49 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 12 Sep 1990 11:49:32 +0000 (11:49 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1128 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/rd_req.c
src/lib/krb5/krb/rd_req_dec.c
src/lib/krb5/krb/rd_req_sim.c

index 95dcca7958b73eb25e10348e9cfb6f2187a2ec40..d293f8020ce7f667ba46a79f7b7324c71b303125 100644 (file)
@@ -11,7 +11,7 @@
  */
 
 #if !defined(lint) && !defined(SABER)
-static char rd_req_c[] =
+static char rcsid_rd_req_c[] =
 "$Id$";
 #endif /* !lint & !SABER */
 
index 9d27ea73a494f3b91406faebe50086a4b721bd9d..d9c326f25c7f72bac53bbfe82717bea78ac340f7 100644 (file)
@@ -11,7 +11,7 @@
  */
 
 #if !defined(lint) && !defined(SABER)
-static char rd_req_dec_c[] =
+static char rcsid_rd_req_dec_c[] =
 "$Id$";
 #endif /* !lint & !SABER */
 
index ca9e05a21676f13bacd0efc6bbdb7d8d863cae19..cbe536a0f945d7101710c6f1e8165bafb1d698e6 100644 (file)
@@ -11,7 +11,7 @@
  */
 
 #if !defined(lint) && !defined(SABER)
-static char rd_req_sim_c[] =
+static char rcsid_rd_req_sim_c[] =
 "$Id$";
 #endif /* !lint & !SABER */