Removed un-user extern declaration of krb5_config_file -
authorEzra Peisach <epeisach@mit.edu>
Sat, 22 Feb 1997 01:08:51 +0000 (01:08 +0000)
committerEzra Peisach <epeisach@mit.edu>
Sat, 22 Feb 1997 01:08:51 +0000 (01:08 +0000)
which does not exist anymore.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9942 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/ChangeLog
src/lib/krb5/os/def_realm.c

index 917896b1e3c5f1c1238336f0cdc1672be736a748..6f85b3ee77d260bb191a6e5ae586ad5aef957fee 100644 (file)
@@ -1,3 +1,7 @@
+Fri Feb 21 20:06:55 1997  Ezra Peisach  <epeisach@mit.edu>
+
+       * def_realm.c: Remove extern declaration of un-used krb5_config_file.
+
 Fri Feb  7 11:11:18 1997  Richard Basch  <basch@lehman.com>
 
        * mk_faddr.c (krb5_make_fulladdr): Add FAR declarations (win16)
index 3c2e4a9523dfaff1a8b70e2e3fa823edb4316309..f00c58f47b5edf597f0e36148cc63e6c4365f187 100644 (file)
@@ -41,9 +41,6 @@
  * the default local realm name.
  */
 
-extern char *krb5_config_file;         /* extern so can be set at
-                                          load/runtime */
-
 KRB5_DLLIMP krb5_error_code KRB5_CALLCONV
 krb5_get_default_realm(context, lrealm)
     krb5_context context;