+Wed Jun 14 23:54:09 1995 Theodore Y. Ts'o (tytso@dcl)
+
+ * fcc_errs.c (krb5_fcc_interpret): Add #ifdef around switch
+ statement for ETXTBUSY.
+
Sat Jun 10 00:01:23 1995 Theodore Y. Ts'o <tytso@dcl>
* fcc_init.c (krb5_fcc_initialize): Make sure the status return
#ifdef ELOOP
case ELOOP: /* XXX */
#endif
+#ifdef ETXTBSY
case ETXTBSY:
+#endif
case EBUSY:
case EROFS:
retval = KRB5_FCC_PERM;
+Wed Jun 14 23:55:24 1995 Theodore Y. Ts'o (tytso@dcl)
+
+ * scc_errs.c (krb5_scc_interpret): Add #ifdef around switch
+ statement for ETXTBUSY.
+
+
Sat Jun 10 00:04:02 1995 Theodore Y. Ts'o <tytso@dcl>
* scc_init.c (krb5_scc_initialize): Make sure the status return
case EISDIR: /* Mac doesn't have EISDIR */
#endif
case ENOTDIR:
+#ifdef ETXTBSY
case ETXTBSY:
+#endif
case EBUSY:
case EROFS:
retval = KRB5_FCC_PERM;