+Thu Sep 8 23:34:53 1994 Theodore Y. Ts'o (tytso@pinata)
+
+ * rc_io.c: The variables dirlen and dir were declared global, and
+ didn't need to be; changed to be static.
+
Sat Aug 20 00:09:37 1994 Theodore Y. Ts'o (tytso at tsx-11)
* rc_dfl.c (krb5_rc_dfl_expunge): name (t->name) was getting freed
#define FREE(x) ((void) free((char *) (x)))
#define UNIQUE getpid() /* hopefully unique number */
-int dirlen = 0;
-char *dir;
+static int dirlen = 0;
+static char *dir;
/* The do ... while(0) is required to insure that GETDIR looks like a
single statement in all situations (just {}'s may cause troubles in