projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37dacdf
)
remove some old error codes
author
John Kohl
<jtkohl@mit.edu>
Tue, 3 Jul 1990 15:39:07 +0000
(15:39 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Tue, 3 Jul 1990 15:39:07 +0000
(15:39 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1034
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/ccache/file/fcc.h
patch
|
blob
|
history
diff --git
a/src/lib/krb5/ccache/file/fcc.h
b/src/lib/krb5/ccache/file/fcc.h
index 93ad6da05753625e4f7eba4d5e943dbdb84f0c82..07ca0a76f1827ab29caeb9aac72c2a062d235579 100644
(file)
--- a/
src/lib/krb5/ccache/file/fcc.h
+++ b/
src/lib/krb5/ccache/file/fcc.h
@@
-23,11
+23,8
@@
#include <krb5/sysincl.h>
#include <stdio.h>
-/* XXX A hack because I don't feel like updating every file. */
#define KRB5_OK 0
-#define KRB5_NOMEM ENOMEM
-#define KRB5_NOTFOUND KRB5_CC_NOTFOUND
-#define KRB5_EOF KRB5_CC_END
+
#define KRB5_FCC_MAXLEN 100
#ifndef TKT_ROOT