summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/ccache/file/fcc_errs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/krb5/ccache/file/fcc_errs.c b/src/lib/krb5/ccache/file/fcc_errs.c
index 6f50ec0f0..cd0704c23 100644
--- a/src/lib/krb5/ccache/file/fcc_errs.c
+++ b/src/lib/krb5/ccache/file/fcc_errs.c
@@ -32,7 +32,9 @@ int errnum;
case EACCES:
case EISDIR:
case ENOTDIR:
+#ifdef ELOOP
case ELOOP: /* XXX */
+#endif
case ETXTBSY:
case EBUSY:
case EROFS:
@@ -42,7 +44,9 @@ int errnum;
case EEXIST: /* XXX */
case EFAULT:
case EBADF:
+#ifdef ENAMETOOLONG
case ENAMETOOLONG:
+#endif
#ifdef EWOULDBLOCK
case EWOULDBLOCK:
#endif