add rcsid
authorJohn Kohl <jtkohl@mit.edu>
Thu, 19 Apr 1990 14:19:42 +0000 (14:19 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 19 Apr 1990 14:19:42 +0000 (14:19 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@513 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/osconfig.c

index b9216b51d899115eced05400dde2cf452d472258..94839c32b811d36eff1c197bce0e2b9f0777524b 100644 (file)
  * Definition of default config file pathname.
  */
 
+#if !defined(lint) && !defined(SABER)
+static char rcsid_config_fn_c [] =
+"$Id$";
+#endif /* !lint & !SABER */
+
 #include <krb5/copyright.h>
 #include <krb5/osconf.h>
 
+
 char *krb5_config_file = DEFAULT_CONFIG_FILENAME;