#ifdef some error codes which might not be known
authorJohn Kohl <jtkohl@mit.edu>
Mon, 29 Oct 1990 15:30:03 +0000 (15:30 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 29 Oct 1990 15:30:03 +0000 (15:30 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1365 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/file/fcc_errs.c

index 6f50ec0f0eb025376271dae1c3adb270e5aa7c42..cd0704c23a68678ba013e55a30be2ead5e47e362 100644 (file)
@@ -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