projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4e5796
)
#ifdef some error codes which might not be known
author
John Kohl
<jtkohl@mit.edu>
Mon, 29 Oct 1990 15:30:03 +0000
(15:30 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/src/lib/krb5/ccache/file/fcc_errs.c
b/src/lib/krb5/ccache/file/fcc_errs.c
index 6f50ec0f0eb025376271dae1c3adb270e5aa7c42..cd0704c23a68678ba013e55a30be2ead5e47e362 100644
(file)
--- 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